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)


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_strategyString

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

Returns:

  • (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

#createdTime

Returns:

  • (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

#descriptionString

Returns:

  • (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_typeString

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

Returns:

  • (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_versionString

Returns:

  • (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

#idString

Returns:

  • (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_revisionTypes::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

#nameString

Returns:

  • (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

#tagsHash<String,String>

Returns:

  • (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