Class: Aws::ResourceExplorer2::Types::GetViewOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[:tags]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsHash<String,String>

Tag key and value pairs that are attached to the view.

Returns:

  • (Hash<String,String>)


509
510
511
512
513
514
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 509

class GetViewOutput < Struct.new(
  :tags,
  :view)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#viewTypes::View

A structure that contains the details for the requested view.

Returns:



509
510
511
512
513
514
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 509

class GetViewOutput < Struct.new(
  :tags,
  :view)
  SENSITIVE = [:tags]
  include Aws::Structure
end