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.
8935 8936 8937 |
# File 'sig/types.rbs', line 8935 def description @description end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8932 8933 8934 |
# File 'sig/types.rbs', line 8932 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
8934 8935 8936 |
# File 'sig/types.rbs', line 8934 def name @name end |
#view_id ⇒ ::String
Returns the value of attribute view_id.
8933 8934 8935 |
# File 'sig/types.rbs', line 8933 def view_id @view_id end |