Class: Aws::IoTWireless::Types::GetMulticastGroupSessionRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the multicast group.

Returns:

  • (String)


2194
2195
2196
2197
2198
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2194

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