Class: Aws::Types::UpdateDataSetRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDataSetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
1101 1102 1103 |
# File 'sig/types.rbs', line 1101 def data_set_id @data_set_id end |
#description ⇒ ::String
Returns the value of attribute description.
1102 1103 1104 |
# File 'sig/types.rbs', line 1102 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
1103 1104 1105 |
# File 'sig/types.rbs', line 1103 def name @name end |