Class: Aws::Chime::Types::CreateMeetingDialOutResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::CreateMeetingDialOutResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#transaction_id ⇒ String
Unique ID that tracks API calls.
Instance Attribute Details
#transaction_id ⇒ String
Unique ID that tracks API calls.
2094 2095 2096 2097 2098 |
# File 'lib/aws-sdk-chime/types.rb', line 2094 class CreateMeetingDialOutResponse < Struct.new( :transaction_id) SENSITIVE = [] include Aws::Structure end |