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)


870
871
872
873
874
875
876
877
878
879
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 870

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)


870
871
872
873
874
875
876
877
878
879
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 870

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

#createdTime

Returns:

  • (Time)


870
871
872
873
874
875
876
877
878
879
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 870

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

#idString

Returns:

  • (String)


870
871
872
873
874
875
876
877
878
879
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 870

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.



870
871
872
873
874
875
876
877
878
879
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 870

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

#nameString

Returns:

  • (String)


870
871
872
873
874
875
876
877
878
879
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 870

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