Class: Aws::ResourceExplorer2::Types::ListManagedViewsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceExplorer2::Types::ListManagedViewsOutput
- Defined in:
- gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#managed_views ⇒ Array<String>
The list of managed views available in the Amazon Web Services Region in which you called this operation.
-
#next_token ⇒ String
If present, indicates that more output is available than is included in the current response.
Instance Attribute Details
#managed_views ⇒ Array<String>
The list of managed views available in the Amazon Web Services Region in which you called this operation.
1047 1048 1049 1050 1051 1052 |
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 1047 class ListManagedViewsOutput < Struct.new( :next_token, :managed_views) SENSITIVE = [] include Aws::Structure end |
#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.
1047 1048 1049 1050 1051 1052 |
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 1047 class ListManagedViewsOutput < Struct.new( :next_token, :managed_views) SENSITIVE = [] include Aws::Structure end |