Class: Aws::ResourceExplorer2::Types::ListSupportedResourceTypesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceExplorer2::Types::ListSupportedResourceTypesOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resourceexplorer2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If present, indicates that more output is available than is included in the current response.
-
#resource_types ⇒ Array<Types::SupportedResourceType>
The list of resource types supported by Resource Explorer.
Instance Attribute Details
#next_token ⇒ String
If present, indicates that more output is available than is included in the current response. Use this value in the ‘NextToken` request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the `NextToken` response element comes back as `null`. The pagination tokens expire after 24 hours.
784 785 786 787 788 789 |
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 784 class ListSupportedResourceTypesOutput < Struct.new( :next_token, :resource_types) SENSITIVE = [] include Aws::Structure end |
#resource_types ⇒ Array<Types::SupportedResourceType>
The list of resource types supported by Resource Explorer.
784 785 786 787 788 789 |
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 784 class ListSupportedResourceTypesOutput < Struct.new( :next_token, :resource_types) SENSITIVE = [] include Aws::Structure end |