You are viewing documentation for version 3 of the AWS SDK for Ruby. Version 2 documentation can be found here.
Class: Aws::ResourceGroups::Types::ListGroupResourcesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceGroups::Types::ListGroupResourcesOutput
- Defined in:
- gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb
Overview
Instance Attribute Summary collapse
-
#next_token ⇒ String
The NextToken value to include in a subsequent
ListGroupResources
request, to get more results. -
#query_errors ⇒ Array<Types::QueryError>
A list of
QueryError
objects. -
#resource_identifiers ⇒ Array<Types::ResourceIdentifier>
The ARNs and resource types of resources that are members of the group that you specified.
Instance Attribute Details
#next_token ⇒ String
The NextToken value to include in a subsequent ListGroupResources
request, to get more results.
368 369 370 371 372 373 |
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 368 class ListGroupResourcesOutput < Struct.new( :resource_identifiers, :next_token, :query_errors) include Aws::Structure end |
#query_errors ⇒ Array<Types::QueryError>
A list of QueryError
objects. Each error is an object that
contains ErrorCode
and Message
structures. Possible values for
ErrorCode
are CLOUDFORMATION_STACK_INACTIVE
and
CLOUDFORMATION_STACK_NOT_EXISTING
.
368 369 370 371 372 373 |
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 368 class ListGroupResourcesOutput < Struct.new( :resource_identifiers, :next_token, :query_errors) include Aws::Structure end |
#resource_identifiers ⇒ Array<Types::ResourceIdentifier>
The ARNs and resource types of resources that are members of the group that you specified.
368 369 370 371 372 373 |
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 368 class ListGroupResourcesOutput < Struct.new( :resource_identifiers, :next_token, :query_errors) include Aws::Structure end |