Class: Aws::MQ::Types::CreateConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MQ::Types::CreateConfigurationResponse
- Defined in:
- gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
-
#authentication_strategy ⇒ String
Optional.
-
#created ⇒ Time
-
#id ⇒ String
-
#latest_revision ⇒ Types::ConfigurationRevision
Returns information about the specified configuration revision.
-
#name ⇒ String
Instance Attribute Details
#arn ⇒ String
893 894 895 896 897 898 899 900 901 902 |
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 893 class CreateConfigurationResponse < Struct.new( :arn, :authentication_strategy, :created, :id, :latest_revision, :name) SENSITIVE = [] include Aws::Structure end |
#authentication_strategy ⇒ String
Optional. The authentication strategy used to secure the broker. The default is SIMPLE.
893 894 895 896 897 898 899 900 901 902 |
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 893 class CreateConfigurationResponse < Struct.new( :arn, :authentication_strategy, :created, :id, :latest_revision, :name) SENSITIVE = [] include Aws::Structure end |
#created ⇒ Time
893 894 895 896 897 898 899 900 901 902 |
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 893 class CreateConfigurationResponse < Struct.new( :arn, :authentication_strategy, :created, :id, :latest_revision, :name) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
893 894 895 896 897 898 899 900 901 902 |
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 893 class CreateConfigurationResponse < Struct.new( :arn, :authentication_strategy, :created, :id, :latest_revision, :name) SENSITIVE = [] include Aws::Structure end |
#latest_revision ⇒ Types::ConfigurationRevision
Returns information about the specified configuration revision.
893 894 895 896 897 898 899 900 901 902 |
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 893 class CreateConfigurationResponse < Struct.new( :arn, :authentication_strategy, :created, :id, :latest_revision, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
893 894 895 896 897 898 899 900 901 902 |
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 893 class CreateConfigurationResponse < Struct.new( :arn, :authentication_strategy, :created, :id, :latest_revision, :name) SENSITIVE = [] include Aws::Structure end |