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
1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 |
# File 'lib/aws-sdk-mq/types.rb', line 1648 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.
1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 |
# File 'lib/aws-sdk-mq/types.rb', line 1648 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
1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 |
# File 'lib/aws-sdk-mq/types.rb', line 1648 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
1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 |
# File 'lib/aws-sdk-mq/types.rb', line 1648 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.
1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 |
# File 'lib/aws-sdk-mq/types.rb', line 1648 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
1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 |
# File 'lib/aws-sdk-mq/types.rb', line 1648 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
1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 |
# File 'lib/aws-sdk-mq/types.rb', line 1648 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.
1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 |
# File 'lib/aws-sdk-mq/types.rb', line 1648 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
1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 |
# File 'lib/aws-sdk-mq/types.rb', line 1648 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>
1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 |
# File 'lib/aws-sdk-mq/types.rb', line 1648 class DescribeConfigurationResponse < Struct.new( :arn, :authentication_strategy, :created, :description, :engine_type, :engine_version, :id, :latest_revision, :name, :tags) SENSITIVE = [] include Aws::Structure end |