Class: Aws::ResourceExplorer2::Types::ListServiceViewsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceExplorer2::Types::ListServiceViewsOutput
- Defined in:
- gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The pagination token to use in a subsequent
ListServiceViewsrequest to retrieve the next set of results. -
#service_views ⇒ Array<String>
A list of Amazon Resource Names (ARNs) for the service views available in the current Amazon Web Services account.
Instance Attribute Details
#next_token ⇒ String
The pagination token to use in a subsequent ListServiceViews
request to retrieve the next set of results.
1233 1234 1235 1236 1237 1238 |
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 1233 class ListServiceViewsOutput < Struct.new( :next_token, :service_views) SENSITIVE = [] include Aws::Structure end |
#service_views ⇒ Array<String>
A list of Amazon Resource Names (ARNs) for the service views available in the current Amazon Web Services account.
1233 1234 1235 1236 1237 1238 |
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 1233 class ListServiceViewsOutput < Struct.new( :next_token, :service_views) SENSITIVE = [] include Aws::Structure end |