Class: Aws::Types::DescribeConfigurationResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


424
425
426
# File 'sig/types.rbs', line 424

def arn
  @arn
end

#authentication_strategy"SIMPLE", ...

Returns the value of attribute authentication_strategy.

Returns:

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


425
426
427
# File 'sig/types.rbs', line 425

def authentication_strategy
  @authentication_strategy
end

#created::Time

Returns the value of attribute created.

Returns:

  • (::Time)


426
427
428
# File 'sig/types.rbs', line 426

def created
  @created
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


427
428
429
# File 'sig/types.rbs', line 427

def description
  @description
end

#engine_type"ACTIVEMQ", "RABBITMQ"

Returns the value of attribute engine_type.

Returns:

  • ("ACTIVEMQ", "RABBITMQ")


428
429
430
# File 'sig/types.rbs', line 428

def engine_type
  @engine_type
end

#engine_version::String

Returns the value of attribute engine_version.

Returns:

  • (::String)


429
430
431
# File 'sig/types.rbs', line 429

def engine_version
  @engine_version
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


430
431
432
# File 'sig/types.rbs', line 430

def id
  @id
end

#latest_revisionTypes::ConfigurationRevision

Returns the value of attribute latest_revision.



431
432
433
# File 'sig/types.rbs', line 431

def latest_revision
  @latest_revision
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


432
433
434
# File 'sig/types.rbs', line 432

def name
  @name
end

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

Returns the value of attribute tags.

Returns:

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


433
434
435
# File 'sig/types.rbs', line 433

def tags
  @tags
end