Class: Aws::Chime::Types::CreateMeetingDialOutResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#transaction_idString

Unique ID that tracks API calls.

Returns:

  • (String)


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