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

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

Overview

Returns information about the updated configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the configuration.

Returns:

  • (String)


2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 2925

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

#createdTime

Required. The date and time of the configuration.

Returns:

  • (Time)


2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 2925

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

#idString

The unique ID that Amazon MQ generates for the configuration.

Returns:

  • (String)


2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 2925

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

#latest_revisionTypes::ConfigurationRevision

The latest revision of the configuration.



2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 2925

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

#nameString

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)


2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 2925

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

#warningsArray<Types::SanitizationWarning>

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

Returns:



2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 2925

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