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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Returns:

  • (String)


1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
# File 'lib/aws-sdk-mq/types.rb', line 1069

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

#createdTime

Returns:

  • (Time)


1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
# File 'lib/aws-sdk-mq/types.rb', line 1069

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

#descriptionString

Returns:

  • (String)


1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
# File 'lib/aws-sdk-mq/types.rb', line 1069

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

#engine_typeString

The type of broker engine. Note: Currently, Amazon MQ supports only ActiveMQ.

Returns:

  • (String)


1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
# File 'lib/aws-sdk-mq/types.rb', line 1069

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

#engine_versionString

Returns:

  • (String)


1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
# File 'lib/aws-sdk-mq/types.rb', line 1069

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

#idString

Returns:

  • (String)


1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
# File 'lib/aws-sdk-mq/types.rb', line 1069

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

#latest_revisionTypes::ConfigurationRevision

Returns information about the specified configuration revision.



1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
# File 'lib/aws-sdk-mq/types.rb', line 1069

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

#nameString

Returns:

  • (String)


1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
# File 'lib/aws-sdk-mq/types.rb', line 1069

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

#tagsHash<String,String>

Returns:

  • (Hash<String,String>)


1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
# File 'lib/aws-sdk-mq/types.rb', line 1069

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