Class: Aws::MQ::Types::CreateConfigurationResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Returns:

  • (String)


883
884
885
886
887
888
889
890
891
892
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 883

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

#authentication_strategyString

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

Returns:

  • (String)


883
884
885
886
887
888
889
890
891
892
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 883

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

#createdTime

Returns:

  • (Time)


883
884
885
886
887
888
889
890
891
892
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 883

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

#idString

Returns:

  • (String)


883
884
885
886
887
888
889
890
891
892
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 883

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

#latest_revisionTypes::ConfigurationRevision

Returns information about the specified configuration revision.



883
884
885
886
887
888
889
890
891
892
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 883

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

#nameString

Returns:

  • (String)


883
884
885
886
887
888
889
890
891
892
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 883

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