Class: Aws::Types::GetViewOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetViewOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#view ⇒ Types::View
Returns the value of attribute view.
Instance Attribute Details
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
195 196 197 |
# File 'sig/types.rbs', line 195 def end |
#view ⇒ Types::View
Returns the value of attribute view.
194 195 196 |
# File 'sig/types.rbs', line 194 def view @view end |