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



1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
# File 'lib/aws-sdk-mq/types.rb', line 1690

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.



1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
# File 'lib/aws-sdk-mq/types.rb', line 1690

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

#createdTime



1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
# File 'lib/aws-sdk-mq/types.rb', line 1690

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

#descriptionString



1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
# File 'lib/aws-sdk-mq/types.rb', line 1690

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.



1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
# File 'lib/aws-sdk-mq/types.rb', line 1690

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



1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
# File 'lib/aws-sdk-mq/types.rb', line 1690

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

#idString



1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
# File 'lib/aws-sdk-mq/types.rb', line 1690

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.



1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
# File 'lib/aws-sdk-mq/types.rb', line 1690

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

#nameString



1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
# File 'lib/aws-sdk-mq/types.rb', line 1690

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>



1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
# File 'lib/aws-sdk-mq/types.rb', line 1690

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