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.
8925 8926 8927 |
# File 'sig/types.rbs', line 8925 def description @description end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8922 8923 8924 |
# File 'sig/types.rbs', line 8922 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
8924 8925 8926 |
# File 'sig/types.rbs', line 8924 def name @name end |
#view_id ⇒ ::String
Returns the value of attribute view_id.
8923 8924 8925 |
# File 'sig/types.rbs', line 8923 def view_id @view_id end |