Class: Aws::MQ::Types::UpdateConfigurationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::MQ::Types::UpdateConfigurationOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mq/types.rb
Overview
Returns information about the updated configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the configuration.
-
#created ⇒ Time
Required.
-
#id ⇒ String
The unique ID that Amazon MQ generates for the configuration.
-
#latest_revision ⇒ Types::ConfigurationRevision
The latest revision of the configuration.
-
#name ⇒ String
The name of the configuration.
-
#warnings ⇒ Array<Types::SanitizationWarning>
The list of the first 20 warnings about the configuration elements or attributes that were sanitized.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the configuration.
2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 |
# File 'lib/aws-sdk-mq/types.rb', line 2958 class UpdateConfigurationOutput < Struct.new( :arn, :created, :id, :latest_revision, :name, :warnings) SENSITIVE = [] include Aws::Structure end |
#created ⇒ Time
Required. The date and time of the configuration.
2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 |
# File 'lib/aws-sdk-mq/types.rb', line 2958 class UpdateConfigurationOutput < Struct.new( :arn, :created, :id, :latest_revision, :name, :warnings) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique ID that Amazon MQ generates for the configuration.
2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 |
# File 'lib/aws-sdk-mq/types.rb', line 2958 class UpdateConfigurationOutput < Struct.new( :arn, :created, :id, :latest_revision, :name, :warnings) SENSITIVE = [] include Aws::Structure end |
#latest_revision ⇒ Types::ConfigurationRevision
The latest revision of the configuration.
2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 |
# File 'lib/aws-sdk-mq/types.rb', line 2958 class UpdateConfigurationOutput < Struct.new( :arn, :created, :id, :latest_revision, :name, :warnings) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
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.
2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 |
# File 'lib/aws-sdk-mq/types.rb', line 2958 class UpdateConfigurationOutput < Struct.new( :arn, :created, :id, :latest_revision, :name, :warnings) SENSITIVE = [] include Aws::Structure end |
#warnings ⇒ Array<Types::SanitizationWarning>
The list of the first 20 warnings about the configuration elements or attributes that were sanitized.
2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 |
# File 'lib/aws-sdk-mq/types.rb', line 2958 class UpdateConfigurationOutput < Struct.new( :arn, :created, :id, :latest_revision, :name, :warnings) SENSITIVE = [] include Aws::Structure end |