Class: Aws::ResourceExplorer2::Types::ListViewsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceExplorer2::Types::ListViewsOutput
- Defined in:
- gems/aws-sdk-resourceexplorer2/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.
-
#views ⇒ Array<String>
The list of views available in the Amazon Web Services Region in which you called this operation.
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.
1426 1427 1428 1429 1430 1431 |
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 1426 class ListViewsOutput < Struct.new( :views, :next_token) SENSITIVE = [] include Aws::Structure end |
#views ⇒ Array<String>
The list of views available in the Amazon Web Services Region in which you called this operation.
1426 1427 1428 1429 1430 1431 |
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 1426 class ListViewsOutput < Struct.new( :views, :next_token) SENSITIVE = [] include Aws::Structure end |