Class: Aws::MQ::Types::UpdateConfigurationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::MQ::Types::UpdateConfigurationInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mq/types.rb
Overview
Updates the specified configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data ⇒ String
Amazon MQ for Active MQ: The base64-encoded XML configuration.
-
#description ⇒ String
The description of the configuration.
Instance Attribute Details
#data ⇒ String
Amazon MQ for Active MQ: The base64-encoded XML configuration. Amazon MQ for RabbitMQ: the base64-encoded Cuttlefish configuration.
2920 2921 2922 2923 2924 2925 |
# File 'lib/aws-sdk-mq/types.rb', line 2920 class UpdateConfigurationInput < Struct.new( :data, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the configuration.
2920 2921 2922 2923 2924 2925 |
# File 'lib/aws-sdk-mq/types.rb', line 2920 class UpdateConfigurationInput < Struct.new( :data, :description) SENSITIVE = [] include Aws::Structure end |