Class: Aws::MQ::Types::UpdateConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MQ::Types::UpdateConfigurationResponse
- Defined in:
- gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
-
#created ⇒ Time
-
#id ⇒ String
-
#latest_revision ⇒ Types::ConfigurationRevision
Returns information about the specified configuration revision.
-
#name ⇒ String
-
#warnings ⇒ Array<Types::SanitizationWarning>
Instance Attribute Details
#arn ⇒ String
3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 |
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 3283 class UpdateConfigurationResponse < Struct.new( :arn, :created, :id, :latest_revision, :name, :warnings) SENSITIVE = [] include Aws::Structure end |
#created ⇒ Time
3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 |
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 3283 class UpdateConfigurationResponse < Struct.new( :arn, :created, :id, :latest_revision, :name, :warnings) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 |
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 3283 class UpdateConfigurationResponse < Struct.new( :arn, :created, :id, :latest_revision, :name, :warnings) SENSITIVE = [] include Aws::Structure end |
#latest_revision ⇒ Types::ConfigurationRevision
Returns information about the specified configuration revision.
3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 |
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 3283 class UpdateConfigurationResponse < Struct.new( :arn, :created, :id, :latest_revision, :name, :warnings) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 |
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 3283 class UpdateConfigurationResponse < Struct.new( :arn, :created, :id, :latest_revision, :name, :warnings) SENSITIVE = [] include Aws::Structure end |
#warnings ⇒ Array<Types::SanitizationWarning>
3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 |
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 3283 class UpdateConfigurationResponse < Struct.new( :arn, :created, :id, :latest_revision, :name, :warnings) SENSITIVE = [] include Aws::Structure end |