Class: Aws::ResourceExplorer2::Types::GetViewInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#view_arnString

The Amazon resource name (ARN) of the view that you want information about.

Returns:

  • (String)


493
494
495
496
497
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 493

class GetViewInput < Struct.new(
  :view_arn)
  SENSITIVE = []
  include Aws::Structure
end