You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::MQ::Types::UpdateConfigurationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::MQ::Types::UpdateConfigurationOutput
- Defined in:
- (unknown)
Overview
Returns information about the updated configuration.
Instance Attribute Summary collapse
-
#arn ⇒ String
Required.
-
#created ⇒ Time
Required.
-
#id ⇒ String
Required.
-
#latest_revision ⇒ Types::ConfigurationRevision
The latest revision of the configuration.
-
#name ⇒ String
Required.
-
#warnings ⇒ Array<Types::SanitizationWarning>
The list of the first 20 warnings about the configuration XML elements or attributes that were sanitized.
Instance Attribute Details
#arn ⇒ String
Required. The Amazon Resource Name (ARN) of the configuration.
#created ⇒ Time
Required. The date and time of the configuration.
#id ⇒ String
Required. The unique ID that Amazon MQ generates for the configuration.
#latest_revision ⇒ Types::ConfigurationRevision
The latest revision of the configuration.
#name ⇒ String
Required. 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.
#warnings ⇒ Array<Types::SanitizationWarning>
The list of the first 20 warnings about the configuration XML elements or attributes that were sanitized.