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
284 |
# File 'sig/client.rbs', line 284
def arn: () -> ::String
|
#authentication_strategy ⇒ "SIMPLE", ...
285 |
# File 'sig/client.rbs', line 285
def authentication_strategy: () -> ("SIMPLE" | "LDAP" | "CONFIG_MANAGED")
|
#created ⇒ ::Time
286 |
# File 'sig/client.rbs', line 286
def created: () -> ::Time
|
#description ⇒ ::String
287 |
# File 'sig/client.rbs', line 287
def description: () -> ::String
|
#engine_type ⇒ "ACTIVEMQ", "RABBITMQ"
288 |
# File 'sig/client.rbs', line 288
def engine_type: () -> ("ACTIVEMQ" | "RABBITMQ")
|
#engine_version ⇒ ::String
289 |
# File 'sig/client.rbs', line 289
def engine_version: () -> ::String
|
#id ⇒ ::String
290 |
# File 'sig/client.rbs', line 290
def id: () -> ::String
|
#latest_revision ⇒ Types::ConfigurationRevision
291 |
# File 'sig/client.rbs', line 291
def latest_revision: () -> Types::ConfigurationRevision
|
#name ⇒ ::String
292 |
# File 'sig/client.rbs', line 292
def name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
293 |
# File 'sig/client.rbs', line 293
def tags: () -> ::Hash[::String, ::String]
|