Class: Aws::ResourceExplorer2::Types::GetViewInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceExplorer2::Types::GetViewInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resourceexplorer2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#view_arn ⇒ String
The [Amazon resource name (ARN)] of the view that you want information about.
Instance Attribute Details
#view_arn ⇒ String
The [Amazon resource name (ARN)] of the view that you want information about.
[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
517 518 519 520 521 |
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 517 class GetViewInput < Struct.new( :view_arn) SENSITIVE = [] include Aws::Structure end |