Class: Aws::MQ::Types::DescribeConfigurationResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mq/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Returns:

  • (String)


1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
# File 'lib/aws-sdk-mq/types.rb', line 1612

class DescribeConfigurationResponse < Struct.new(
  :arn,
  :authentication_strategy,
  :created,
  :description,
  :engine_type,
  :engine_version,
  :id,
  :latest_revision,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#authentication_strategyString

Optional. The authentication strategy used to secure the broker. The default is SIMPLE.

Returns:

  • (String)


1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
# File 'lib/aws-sdk-mq/types.rb', line 1612

class DescribeConfigurationResponse < Struct.new(
  :arn,
  :authentication_strategy,
  :created,
  :description,
  :engine_type,
  :engine_version,
  :id,
  :latest_revision,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#createdTime

Returns:

  • (Time)


1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
# File 'lib/aws-sdk-mq/types.rb', line 1612

class DescribeConfigurationResponse < Struct.new(
  :arn,
  :authentication_strategy,
  :created,
  :description,
  :engine_type,
  :engine_version,
  :id,
  :latest_revision,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

Returns:

  • (String)


1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
# File 'lib/aws-sdk-mq/types.rb', line 1612

class DescribeConfigurationResponse < Struct.new(
  :arn,
  :authentication_strategy,
  :created,
  :description,
  :engine_type,
  :engine_version,
  :id,
  :latest_revision,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#engine_typeString

The type of broker engine. Amazon MQ supports ActiveMQ and RabbitMQ.

Returns:

  • (String)


1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
# File 'lib/aws-sdk-mq/types.rb', line 1612

class DescribeConfigurationResponse < Struct.new(
  :arn,
  :authentication_strategy,
  :created,
  :description,
  :engine_type,
  :engine_version,
  :id,
  :latest_revision,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#engine_versionString

Returns:

  • (String)


1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
# File 'lib/aws-sdk-mq/types.rb', line 1612

class DescribeConfigurationResponse < Struct.new(
  :arn,
  :authentication_strategy,
  :created,
  :description,
  :engine_type,
  :engine_version,
  :id,
  :latest_revision,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#idString

Returns:

  • (String)


1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
# File 'lib/aws-sdk-mq/types.rb', line 1612

class DescribeConfigurationResponse < Struct.new(
  :arn,
  :authentication_strategy,
  :created,
  :description,
  :engine_type,
  :engine_version,
  :id,
  :latest_revision,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#latest_revisionTypes::ConfigurationRevision

Returns information about the specified configuration revision.



1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
# File 'lib/aws-sdk-mq/types.rb', line 1612

class DescribeConfigurationResponse < Struct.new(
  :arn,
  :authentication_strategy,
  :created,
  :description,
  :engine_type,
  :engine_version,
  :id,
  :latest_revision,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Returns:

  • (String)


1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
# File 'lib/aws-sdk-mq/types.rb', line 1612

class DescribeConfigurationResponse < Struct.new(
  :arn,
  :authentication_strategy,
  :created,
  :description,
  :engine_type,
  :engine_version,
  :id,
  :latest_revision,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Returns:

  • (Hash<String,String>)


1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
# File 'lib/aws-sdk-mq/types.rb', line 1612

class DescribeConfigurationResponse < Struct.new(
  :arn,
  :authentication_strategy,
  :created,
  :description,
  :engine_type,
  :engine_version,
  :id,
  :latest_revision,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end