Class: Aws::MQ::Types::CreateConfigurationOutput

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

Overview

Returns information about the created configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Required. The Amazon Resource Name (ARN) of the configuration.

Returns:

  • (String)


806
807
808
809
810
811
812
813
814
815
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 806

class CreateConfigurationOutput < Struct.new(
  :arn,
  :authentication_strategy,
  :created,
  :id,
  :latest_revision,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#authentication_strategyString

Optional. The authentication strategy associated with the configuration. The default is SIMPLE.

Returns:

  • (String)


806
807
808
809
810
811
812
813
814
815
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 806

class CreateConfigurationOutput < Struct.new(
  :arn,
  :authentication_strategy,
  :created,
  :id,
  :latest_revision,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#createdTime

Required. The date and time of the configuration.

Returns:

  • (Time)


806
807
808
809
810
811
812
813
814
815
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 806

class CreateConfigurationOutput < Struct.new(
  :arn,
  :authentication_strategy,
  :created,
  :id,
  :latest_revision,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#idString

Required. The unique ID that Amazon MQ generates for the configuration.

Returns:

  • (String)


806
807
808
809
810
811
812
813
814
815
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 806

class CreateConfigurationOutput < Struct.new(
  :arn,
  :authentication_strategy,
  :created,
  :id,
  :latest_revision,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#latest_revisionTypes::ConfigurationRevision

The latest revision of the configuration.



806
807
808
809
810
811
812
813
814
815
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 806

class CreateConfigurationOutput < Struct.new(
  :arn,
  :authentication_strategy,
  :created,
  :id,
  :latest_revision,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Required. The name of the configuration. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 1-150 characters long.

Returns:

  • (String)


806
807
808
809
810
811
812
813
814
815
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 806

class CreateConfigurationOutput < Struct.new(
  :arn,
  :authentication_strategy,
  :created,
  :id,
  :latest_revision,
  :name)
  SENSITIVE = []
  include Aws::Structure
end