Class: Aws::Types::UpdateConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_id ⇒ ::String
Returns the value of attribute configuration_id.
-
#data ⇒ ::String
Returns the value of attribute data.
-
#description ⇒ ::String
Returns the value of attribute description.
Instance Attribute Details
#configuration_id ⇒ ::String
Returns the value of attribute configuration_id.
848 849 850 |
# File 'sig/types.rbs', line 848 def configuration_id @configuration_id end |
#data ⇒ ::String
Returns the value of attribute data.
849 850 851 |
# File 'sig/types.rbs', line 849 def data @data end |
#description ⇒ ::String
Returns the value of attribute description.
850 851 852 |
# File 'sig/types.rbs', line 850 def description @description end |