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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Returns:

  • (String)


1969
1970
1971
1972
1973
1974
1975
1976
1977
# File 'lib/aws-sdk-mq/types.rb', line 1969

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

#createdTime

Returns:

  • (Time)


1969
1970
1971
1972
1973
1974
1975
1976
1977
# File 'lib/aws-sdk-mq/types.rb', line 1969

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

#idString

Returns:

  • (String)


1969
1970
1971
1972
1973
1974
1975
1976
1977
# File 'lib/aws-sdk-mq/types.rb', line 1969

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

#latest_revisionTypes::ConfigurationRevision

Returns information about the specified configuration revision.



1969
1970
1971
1972
1973
1974
1975
1976
1977
# File 'lib/aws-sdk-mq/types.rb', line 1969

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

#nameString

Returns:

  • (String)


1969
1970
1971
1972
1973
1974
1975
1976
1977
# File 'lib/aws-sdk-mq/types.rb', line 1969

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

#warningsArray<Types::SanitizationWarning>

Returns:



1969
1970
1971
1972
1973
1974
1975
1976
1977
# File 'lib/aws-sdk-mq/types.rb', line 1969

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