Class: Aws::MQ::Types::DescribeConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MQ::Types::DescribeConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mq/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #arn ⇒ String
-
#authentication_strategy ⇒ String
Optional.
- #created ⇒ Time
- #description ⇒ String
-
#engine_type ⇒ String
The type of broker engine.
- #engine_version ⇒ String
- #id ⇒ String
-
#latest_revision ⇒ Types::ConfigurationRevision
Returns information about the specified configuration revision.
- #name ⇒ String
- #tags ⇒ Hash<String,String>
Instance Attribute Details
#arn ⇒ 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_strategy ⇒ String
Optional. The authentication strategy used to secure the broker. The default is SIMPLE.
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 |
#created ⇒ 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 |
#description ⇒ 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_type ⇒ String
The type of broker engine. Amazon MQ supports ActiveMQ and RabbitMQ.
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_version ⇒ 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 |
#id ⇒ 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_revision ⇒ Types::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 |
#name ⇒ 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 |
#tags ⇒ 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 |