Class: Aws::Types::UpdateViewMetadataRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateViewMetadataRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#view_id ⇒ ::String
Returns the value of attribute view_id.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
9305 9306 9307 |
# File 'sig/types.rbs', line 9305 def description @description end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
9302 9303 9304 |
# File 'sig/types.rbs', line 9302 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
9304 9305 9306 |
# File 'sig/types.rbs', line 9304 def name @name end |
#view_id ⇒ ::String
Returns the value of attribute view_id.
9303 9304 9305 |
# File 'sig/types.rbs', line 9303 def view_id @view_id end |