Class: Aws::ResourceExplorer2::Types::GetManagedViewInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceExplorer2::Types::GetManagedViewInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resourceexplorer2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#managed_view_arn ⇒ String
The Amazon resource name (ARN) of the managed view.
Instance Attribute Details
#managed_view_arn ⇒ String
The Amazon resource name (ARN) of the managed view.
488 489 490 491 492 |
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 488 class GetManagedViewInput < Struct.new( :managed_view_arn) SENSITIVE = [] include Aws::Structure end |