Class: Aws::Types::UpdateConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateConfigurationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#latest_revision ⇒ Types::ConfigurationRevision
Returns the value of attribute latest_revision.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1657 1658 1659 |
# File 'sig/types.rbs', line 1657 def arn @arn end |
#latest_revision ⇒ Types::ConfigurationRevision
Returns the value of attribute latest_revision.
1658 1659 1660 |
# File 'sig/types.rbs', line 1658 def latest_revision @latest_revision end |