Module: Aws::MQ::Client::_DescribeConfigurationResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::DescribeConfigurationResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#arn::String

Returns:

  • (::String)


284
# File 'sig/client.rbs', line 284

def arn: () -> ::String

#authentication_strategy"SIMPLE", ...

Returns:

  • ("SIMPLE", "LDAP", "CONFIG_MANAGED")


285
# File 'sig/client.rbs', line 285

def authentication_strategy: () -> ("SIMPLE" | "LDAP" | "CONFIG_MANAGED")

#created::Time

Returns:

  • (::Time)


286
# File 'sig/client.rbs', line 286

def created: () -> ::Time

#description::String

Returns:

  • (::String)


287
# File 'sig/client.rbs', line 287

def description: () -> ::String

#engine_type"ACTIVEMQ", "RABBITMQ"

Returns:

  • ("ACTIVEMQ", "RABBITMQ")


288
# File 'sig/client.rbs', line 288

def engine_type: () -> ("ACTIVEMQ" | "RABBITMQ")

#engine_version::String

Returns:

  • (::String)


289
# File 'sig/client.rbs', line 289

def engine_version: () -> ::String

#id::String

Returns:

  • (::String)


290
# File 'sig/client.rbs', line 290

def id: () -> ::String

#latest_revisionTypes::ConfigurationRevision



291
# File 'sig/client.rbs', line 291

def latest_revision: () -> Types::ConfigurationRevision

#name::String

Returns:

  • (::String)


292
# File 'sig/client.rbs', line 292

def name: () -> ::String

#tags::Hash[::String, ::String]

Returns:

  • (::Hash[::String, ::String])


293
# File 'sig/client.rbs', line 293

def tags: () -> ::Hash[::String, ::String]