Class: Aws::Ivschat::Types::SendEventResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Ivschat::Types::SendEventResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivschat/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
An identifier generated by Amazon IVS Chat.
Instance Attribute Details
#id ⇒ String
An identifier generated by Amazon IVS Chat. This identifier must be used in subsequent operations for this message, such as DeleteMessage.
974 975 976 977 978 |
# File 'lib/aws-sdk-ivschat/types.rb', line 974 class SendEventResponse < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |