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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Returns:

  • (String)


2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 2976

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

#createdTime

Returns:

  • (Time)


2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 2976

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

#idString

Returns:

  • (String)


2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 2976

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.



2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 2976

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

#nameString

Returns:

  • (String)


2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 2976

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

#warningsArray<Types::SanitizationWarning>

Returns:



2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 2976

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