Class: Aws::MQ::Types::UpdateConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MQ::Types::UpdateConfigurationResponse
- Includes:
- Structure
- Defined in:
- 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
3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 |
# File 'lib/aws-sdk-mq/types.rb', line 3009 class UpdateConfigurationResponse < Struct.new( :arn, :created, :id, :latest_revision, :name, :warnings) SENSITIVE = [] include Aws::Structure end |
#created ⇒ Time
3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 |
# File 'lib/aws-sdk-mq/types.rb', line 3009 class UpdateConfigurationResponse < Struct.new( :arn, :created, :id, :latest_revision, :name, :warnings) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 |
# File 'lib/aws-sdk-mq/types.rb', line 3009 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.
3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 |
# File 'lib/aws-sdk-mq/types.rb', line 3009 class UpdateConfigurationResponse < Struct.new( :arn, :created, :id, :latest_revision, :name, :warnings) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 |
# File 'lib/aws-sdk-mq/types.rb', line 3009 class UpdateConfigurationResponse < Struct.new( :arn, :created, :id, :latest_revision, :name, :warnings) SENSITIVE = [] include Aws::Structure end |
#warnings ⇒ Array<Types::SanitizationWarning>
3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 |
# File 'lib/aws-sdk-mq/types.rb', line 3009 class UpdateConfigurationResponse < Struct.new( :arn, :created, :id, :latest_revision, :name, :warnings) SENSITIVE = [] include Aws::Structure end |