Class: Aws::MQ::Types::DeleteConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MQ::Types::DeleteConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mq/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#configuration_id ⇒ String
1087 1088 1089 1090 1091 |
# File 'lib/aws-sdk-mq/types.rb', line 1087 class DeleteConfigurationResponse < Struct.new( :configuration_id) SENSITIVE = [] include Aws::Structure end |