Class: Aws::Types::UpdateConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#server_properties ⇒ ::String
Returns the value of attribute server_properties.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1650 1651 1652 |
# File 'sig/types.rbs', line 1650 def arn @arn end |
#description ⇒ ::String
Returns the value of attribute description.
1651 1652 1653 |
# File 'sig/types.rbs', line 1651 def description @description end |
#server_properties ⇒ ::String
Returns the value of attribute server_properties.
1652 1653 1654 |
# File 'sig/types.rbs', line 1652 def server_properties @server_properties end |