pub struct DescribeHubResponse {
pub hub_arn: Option<String>,
pub subscribed_at: Option<String>,
}
Fields§
§hub_arn: Option<String>
The ARN of the Hub resource that was retrieved.
subscribed_at: Option<String>
The date and time when Security Hub was enabled in the account.
Trait Implementations§
Source§impl Clone for DescribeHubResponse
impl Clone for DescribeHubResponse
Source§fn clone(&self) -> DescribeHubResponse
fn clone(&self) -> DescribeHubResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DescribeHubResponse
impl Debug for DescribeHubResponse
Source§impl Default for DescribeHubResponse
impl Default for DescribeHubResponse
Source§fn default() -> DescribeHubResponse
fn default() -> DescribeHubResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DescribeHubResponse
impl<'de> Deserialize<'de> for DescribeHubResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for DescribeHubResponse
impl PartialEq for DescribeHubResponse
impl StructuralPartialEq for DescribeHubResponse
Auto Trait Implementations§
impl Freeze for DescribeHubResponse
impl RefUnwindSafe for DescribeHubResponse
impl Send for DescribeHubResponse
impl Sync for DescribeHubResponse
impl Unpin for DescribeHubResponse
impl UnwindSafe for DescribeHubResponse
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more