Class: Aws::ResourceExplorer2::Types::BatchGetViewOutput

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

#errorsArray<Types::BatchGetViewError>

If any of the specified ARNs result in an error, then this structure describes the error.

Returns:



119
120
121
122
123
124
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 119

class BatchGetViewOutput < Struct.new(
  :errors,
  :views)
  SENSITIVE = []
  include Aws::Structure
end

#viewsArray<Types::View>

A structure with a list of objects with details for each of the specified views.

Returns:



119
120
121
122
123
124
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 119

class BatchGetViewOutput < Struct.new(
  :errors,
  :views)
  SENSITIVE = []
  include Aws::Structure
end