Class: Aws::Ivschat::Types::DeleteMessageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Ivschat::Types::DeleteMessageResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivschat/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
Operation identifier, generated by Amazon IVS Chat.
Instance Attribute Details
#id ⇒ String
Operation identifier, generated by Amazon IVS Chat.
371 372 373 374 375 |
# File 'lib/aws-sdk-ivschat/types.rb', line 371 class DeleteMessageResponse < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |