Class: Aws::MQ::Types::CreateConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MQ::Types::CreateConfigurationResponse
- Includes:
- Structure
- Defined in:
- 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
883 884 885 886 887 888 889 890 891 892 |
# File '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_strategy ⇒ String
Optional. The authentication strategy used to secure the broker. The default is SIMPLE.
883 884 885 886 887 888 889 890 891 892 |
# File '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 |
#created ⇒ Time
883 884 885 886 887 888 889 890 891 892 |
# File '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 |
#id ⇒ String
883 884 885 886 887 888 889 890 891 892 |
# File '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_revision ⇒ Types::ConfigurationRevision
Returns information about the specified configuration revision.
883 884 885 886 887 888 889 890 891 892 |
# File '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 |
#name ⇒ String
883 884 885 886 887 888 889 890 891 892 |
# File '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 |