Struct aws_sdk_inspector::model::ResourceGroup [−][src]
#[non_exhaustive]pub struct ResourceGroup {
pub arn: Option<String>,
pub tags: Option<Vec<ResourceGroupTag>>,
pub created_at: Option<DateTime>,
}Expand description
Contains information about a resource group. The resource group defines a set of tags that, when queried, identify the AWS resources that make up the assessment target. This data type is used as the response element in the DescribeResourceGroups action.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.arn: Option<String>The ARN of the resource group.
The tags (key and value pairs) of the resource group. This data type property is used in the CreateResourceGroup action.
created_at: Option<DateTime>The time at which resource group is created.
Implementations
Creates a new builder-style object to manufacture ResourceGroup
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ResourceGroup
impl Send for ResourceGroup
impl Sync for ResourceGroup
impl Unpin for ResourceGroup
impl UnwindSafe for ResourceGroup
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
