Class: Aws::MQ::Types::UpdateConfigurationOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mq/types.rb

Overview

Returns information about the updated configuration.

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Required. The Amazon Resource Name (ARN) of the configuration.

Returns:

  • (String)


1911
1912
1913
1914
1915
1916
1917
1918
1919
# File 'lib/aws-sdk-mq/types.rb', line 1911

class UpdateConfigurationOutput < Struct.new(
  :arn,
  :created,
  :id,
  :latest_revision,
  :name,
  :warnings)
  include Aws::Structure
end

#createdTime

Required. The date and time of the configuration.

Returns:

  • (Time)


1911
1912
1913
1914
1915
1916
1917
1918
1919
# File 'lib/aws-sdk-mq/types.rb', line 1911

class UpdateConfigurationOutput < Struct.new(
  :arn,
  :created,
  :id,
  :latest_revision,
  :name,
  :warnings)
  include Aws::Structure
end

#idString

Required. The unique ID that Amazon MQ generates for the configuration.

Returns:

  • (String)


1911
1912
1913
1914
1915
1916
1917
1918
1919
# File 'lib/aws-sdk-mq/types.rb', line 1911

class UpdateConfigurationOutput < Struct.new(
  :arn,
  :created,
  :id,
  :latest_revision,
  :name,
  :warnings)
  include Aws::Structure
end

#latest_revisionTypes::ConfigurationRevision

The latest revision of the configuration.



1911
1912
1913
1914
1915
1916
1917
1918
1919
# File 'lib/aws-sdk-mq/types.rb', line 1911

class UpdateConfigurationOutput < Struct.new(
  :arn,
  :created,
  :id,
  :latest_revision,
  :name,
  :warnings)
  include Aws::Structure
end

#nameString

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.

Returns:

  • (String)


1911
1912
1913
1914
1915
1916
1917
1918
1919
# File 'lib/aws-sdk-mq/types.rb', line 1911

class UpdateConfigurationOutput < Struct.new(
  :arn,
  :created,
  :id,
  :latest_revision,
  :name,
  :warnings)
  include Aws::Structure
end

#warningsArray<Types::SanitizationWarning>

The list of the first 20 warnings about the configuration XML elements or attributes that were sanitized.

Returns:



1911
1912
1913
1914
1915
1916
1917
1918
1919
# File 'lib/aws-sdk-mq/types.rb', line 1911

class UpdateConfigurationOutput < Struct.new(
  :arn,
  :created,
  :id,
  :latest_revision,
  :name,
  :warnings)
  include Aws::Structure
end