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
475 |
# File 'sig/client.rbs', line 475
def arn: () -> ::String
|
#created ⇒ ::Time
476 |
# File 'sig/client.rbs', line 476
def created: () -> ::Time
|
#id ⇒ ::String
477 |
# File 'sig/client.rbs', line 477
def id: () -> ::String
|
#latest_revision ⇒ Types::ConfigurationRevision
478 |
# File 'sig/client.rbs', line 478
def latest_revision: () -> Types::ConfigurationRevision
|
#name ⇒ ::String
479 |
# File 'sig/client.rbs', line 479
def name: () -> ::String
|
#warnings ⇒ ::Array[Types::SanitizationWarning]
480 |
# File 'sig/client.rbs', line 480
def warnings: () -> ::Array[Types::SanitizationWarning]
|