Class: Aws::MQ::Types::UpdateConfigurationResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Returns:

  • (String)


3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
# File 'lib/aws-sdk-mq/types.rb', line 3231

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

#createdTime

Returns:

  • (Time)


3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
# File 'lib/aws-sdk-mq/types.rb', line 3231

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

#idString

Returns:

  • (String)


3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
# File 'lib/aws-sdk-mq/types.rb', line 3231

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

#latest_revisionTypes::ConfigurationRevision

Returns information about the specified configuration revision.



3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
# File 'lib/aws-sdk-mq/types.rb', line 3231

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

#nameString

Returns:

  • (String)


3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
# File 'lib/aws-sdk-mq/types.rb', line 3231

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

#warningsArray<Types::SanitizationWarning>

Returns:



3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
# File 'lib/aws-sdk-mq/types.rb', line 3231

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