Class: Aws::ResourceGroups::Types::ListGroupResourcesItem

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#identifierTypes::ResourceIdentifier

A structure that contains the ARN of a resource and its resource type.



731
732
733
734
735
736
# File 'lib/aws-sdk-resourcegroups/types.rb', line 731

class ListGroupResourcesItem < Struct.new(
  :identifier,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusTypes::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>


731
732
733
734
735
736
# File 'lib/aws-sdk-resourcegroups/types.rb', line 731

class ListGroupResourcesItem < Struct.new(
  :identifier,
  :status)
  SENSITIVE = []
  include Aws::Structure
end