Class: Aws::Chime::Types::GetMeetingRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#meeting_idString

The Amazon Chime SDK meeting ID.

Returns:

  • (String)


4124
4125
4126
4127
4128
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 4124

class GetMeetingRequest < Struct.new(
  :meeting_id)
  SENSITIVE = []
  include Aws::Structure
end