Class: Aws::ResourceExplorer2::Types::BatchGetViewOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceExplorer2::Types::BatchGetViewOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resourceexplorer2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#errors ⇒ Array<Types::BatchGetViewError>
If any of the specified ARNs result in an error, then this structure describes the error.
-
#views ⇒ Array<Types::View>
A structure with a list of objects with details for each of the specified views.
Instance Attribute Details
#errors ⇒ Array<Types::BatchGetViewError>
If any of the specified ARNs result in an error, then this structure describes the error.
119 120 121 122 123 124 |
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 119 class BatchGetViewOutput < Struct.new( :errors, :views) SENSITIVE = [] include Aws::Structure end |
#views ⇒ Array<Types::View>
A structure with a list of objects with details for each of the specified views.
119 120 121 122 123 124 |
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 119 class BatchGetViewOutput < Struct.new( :errors, :views) SENSITIVE = [] include Aws::Structure end |