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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-resourcegroups/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 'gems/aws-sdk-resourcegroups/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.

This field is present in the response only if the group is of type AWS::EC2::HostManagement.



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

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