Module: Aws::MQ::Client::_UpdateConfigurationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateConfigurationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #created ⇒ ::Time
- #id ⇒ ::String
- #latest_revision ⇒ Types::ConfigurationRevision
- #name ⇒ ::String
- #warnings ⇒ ::Array[Types::SanitizationWarning]
Instance Method Details
#arn ⇒ ::String
480 |
# File 'sig/client.rbs', line 480
def arn: () -> ::String
|
#created ⇒ ::Time
481 |
# File 'sig/client.rbs', line 481
def created: () -> ::Time
|
#id ⇒ ::String
482 |
# File 'sig/client.rbs', line 482
def id: () -> ::String
|
#latest_revision ⇒ Types::ConfigurationRevision
483 |
# File 'sig/client.rbs', line 483
def latest_revision: () -> Types::ConfigurationRevision
|
#name ⇒ ::String
484 |
# File 'sig/client.rbs', line 484
def name: () -> ::String
|
#warnings ⇒ ::Array[Types::SanitizationWarning]
485 |
# File 'sig/client.rbs', line 485
def warnings: () -> ::Array[Types::SanitizationWarning]
|