Class: Aws::Chime::Types::CreateMeetingDialOutRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::CreateMeetingDialOutRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:from_phone_number, :to_phone_number, :join_token]
Instance Attribute Summary collapse
-
#from_phone_number ⇒ String
Phone number used as the caller ID when the remote party receives a call.
-
#join_token ⇒ String
Token used by the Amazon Chime SDK attendee.
-
#meeting_id ⇒ String
The Amazon Chime SDK meeting ID.
-
#to_phone_number ⇒ String
Phone number called when inviting someone to a meeting.
Instance Attribute Details
#from_phone_number ⇒ String
Phone number used as the caller ID when the remote party receives a call.
2079 2080 2081 2082 2083 2084 2085 2086 |
# File 'lib/aws-sdk-chime/types.rb', line 2079 class CreateMeetingDialOutRequest < Struct.new( :meeting_id, :from_phone_number, :to_phone_number, :join_token) SENSITIVE = [:from_phone_number, :to_phone_number, :join_token] include Aws::Structure end |
#join_token ⇒ String
Token used by the Amazon Chime SDK attendee. Call the
- CreateAttendee][1
-
action to get a join token.
[1]: docs.aws.amazon.com/chime/latest/APIReference/API_CreateAttendee.html
2079 2080 2081 2082 2083 2084 2085 2086 |
# File 'lib/aws-sdk-chime/types.rb', line 2079 class CreateMeetingDialOutRequest < Struct.new( :meeting_id, :from_phone_number, :to_phone_number, :join_token) SENSITIVE = [:from_phone_number, :to_phone_number, :join_token] include Aws::Structure end |
#meeting_id ⇒ String
The Amazon Chime SDK meeting ID.
2079 2080 2081 2082 2083 2084 2085 2086 |
# File 'lib/aws-sdk-chime/types.rb', line 2079 class CreateMeetingDialOutRequest < Struct.new( :meeting_id, :from_phone_number, :to_phone_number, :join_token) SENSITIVE = [:from_phone_number, :to_phone_number, :join_token] include Aws::Structure end |
#to_phone_number ⇒ String
Phone number called when inviting someone to a meeting.
2079 2080 2081 2082 2083 2084 2085 2086 |
# File 'lib/aws-sdk-chime/types.rb', line 2079 class CreateMeetingDialOutRequest < Struct.new( :meeting_id, :from_phone_number, :to_phone_number, :join_token) SENSITIVE = [:from_phone_number, :to_phone_number, :join_token] include Aws::Structure end |