Class: Aws::Types::GetViewOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:tags])

Instance Attribute Summary collapse

Instance Attribute Details

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


195
196
197
# File 'sig/types.rbs', line 195

def tags
  @tags
end

#viewTypes::View

Returns the value of attribute view.

Returns:



194
195
196
# File 'sig/types.rbs', line 194

def view
  @view
end