Class: Aws::ResourceExplorer2::Types::BatchGetViewInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceExplorer2::Types::BatchGetViewInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resourceexplorer2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#view_arns ⇒ Array<String>
A list of [Amazon resource names (ARNs)][1] that identify the views you want details for.
Instance Attribute Details
#view_arns ⇒ Array<String>
A list of Amazon resource names (ARNs) that identify the views you want details for.
101 102 103 104 105 |
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 101 class BatchGetViewInput < Struct.new( :view_arns) SENSITIVE = [] include Aws::Structure end |