Class: Aws::ResourceGroups::Types::ListGroupResourcesItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceGroups::Types::ListGroupResourcesItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resourcegroups/types.rb
Overview
A structure returned by the ListGroupResources operation that contains identity and group membership status information for one of the resources in the group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ Types::ResourceIdentifier
A structure that contains the ARN of a resource and its resource type.
-
#status ⇒ Types::ResourceStatus
A structure that contains the status of this resource’s membership in the group.
Instance Attribute Details
#identifier ⇒ Types::ResourceIdentifier
A structure that contains the ARN of a resource and its resource type.
943 944 945 946 947 948 |
# File 'lib/aws-sdk-resourcegroups/types.rb', line 943 class ListGroupResourcesItem < Struct.new( :identifier, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::ResourceStatus
A structure that contains the status of this resource’s membership in the group.
<note markdown=“1”> This field is present in the response only if the group is of type ‘AWS::EC2::HostManagement`.
</note>
943 944 945 946 947 948 |
# File 'lib/aws-sdk-resourcegroups/types.rb', line 943 class ListGroupResourcesItem < Struct.new( :identifier, :status) SENSITIVE = [] include Aws::Structure end |