Class: Aws::CloudControlApi::Types::ListResourcesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudControlApi::Types::ListResourcesOutput
- Defined in:
- gems/aws-sdk-cloudcontrolapi/lib/aws-sdk-cloudcontrolapi/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If the request doesn't return all of the remaining results,
NextTokenis set to a token. -
#resource_descriptions ⇒ Array<Types::ResourceDescription>
Information about the specified resources, including primary identifier and resource model.
-
#type_name ⇒ String
The name of the resource type.
Instance Attribute Details
#next_token ⇒ String
If the request doesn't return all of the remaining results,
NextToken is set to a token. To retrieve the next set of results,
call ListResources again and assign that token to the request
object's NextToken parameter. If the request returns all results,
NextToken is set to null.
728 729 730 731 732 733 734 |
# File 'gems/aws-sdk-cloudcontrolapi/lib/aws-sdk-cloudcontrolapi/types.rb', line 728 class ListResourcesOutput < Struct.new( :type_name, :resource_descriptions, :next_token) SENSITIVE = [] include Aws::Structure end |
#resource_descriptions ⇒ Array<Types::ResourceDescription>
Information about the specified resources, including primary identifier and resource model.
728 729 730 731 732 733 734 |
# File 'gems/aws-sdk-cloudcontrolapi/lib/aws-sdk-cloudcontrolapi/types.rb', line 728 class ListResourcesOutput < Struct.new( :type_name, :resource_descriptions, :next_token) SENSITIVE = [] include Aws::Structure end |
#type_name ⇒ String
The name of the resource type.
728 729 730 731 732 733 734 |
# File 'gems/aws-sdk-cloudcontrolapi/lib/aws-sdk-cloudcontrolapi/types.rb', line 728 class ListResourcesOutput < Struct.new( :type_name, :resource_descriptions, :next_token) SENSITIVE = [] include Aws::Structure end |