Class: Aws::Chime::Types::GetMeetingResponse

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

#meetingTypes::Meeting

The Amazon Chime SDK meeting information.

Returns:



4136
4137
4138
4139
4140
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 4136

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