Class: Aws::ResourceExplorer2::Types::ListServiceViewsOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The pagination token to use in a subsequent ListServiceViews request to retrieve the next set of results.

Returns:

  • (String)


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_viewsArray<String>

A list of Amazon Resource Names (ARNs) for the service views available in the current Amazon Web Services account.

Returns:

  • (Array<String>)


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