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.
587 588 589 590 591 |
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 587 class GetManagedViewInput < Struct.new( :managed_view_arn) SENSITIVE = [] include Aws::Structure end |