Class: Aws::MQ::Types::DeleteConfigurationResponse

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

#configuration_idString

Returns:

  • (String)


1089
1090
1091
1092
1093
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 1089

class DeleteConfigurationResponse < Struct.new(
  :configuration_id)
  SENSITIVE = []
  include Aws::Structure
end