Module: Aws::MQ::Client::_DescribeConfigurationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeConfigurationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #authentication_strategy ⇒ "SIMPLE", ...
- #created ⇒ ::Time
- #description ⇒ ::String
- #engine_type ⇒ "ACTIVEMQ", "RABBITMQ"
- #engine_version ⇒ ::String
- #id ⇒ ::String
- #latest_revision ⇒ Types::ConfigurationRevision
- #name ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#arn ⇒ ::String
287 |
# File 'sig/client.rbs', line 287
def arn: () -> ::String
|
#authentication_strategy ⇒ "SIMPLE", ...
288 |
# File 'sig/client.rbs', line 288
def authentication_strategy: () -> ("SIMPLE" | "LDAP" | "CONFIG_MANAGED")
|
#created ⇒ ::Time
289 |
# File 'sig/client.rbs', line 289
def created: () -> ::Time
|
#description ⇒ ::String
290 |
# File 'sig/client.rbs', line 290
def description: () -> ::String
|
#engine_type ⇒ "ACTIVEMQ", "RABBITMQ"
291 |
# File 'sig/client.rbs', line 291
def engine_type: () -> ("ACTIVEMQ" | "RABBITMQ")
|
#engine_version ⇒ ::String
292 |
# File 'sig/client.rbs', line 292
def engine_version: () -> ::String
|
#id ⇒ ::String
293 |
# File 'sig/client.rbs', line 293
def id: () -> ::String
|
#latest_revision ⇒ Types::ConfigurationRevision
294 |
# File 'sig/client.rbs', line 294
def latest_revision: () -> Types::ConfigurationRevision
|
#name ⇒ ::String
295 |
# File 'sig/client.rbs', line 295
def name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
296 |
# File 'sig/client.rbs', line 296
def tags: () -> ::Hash[::String, ::String]
|