Class: Aws::ResourceExplorer2::Types::GetManagedViewInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-resourceexplorer2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#managed_view_arnString

The Amazon resource name (ARN) of the managed view.

Returns:

  • (String)


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