Class: Aws::IoTWireless::Types::MulticastGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::MulticastGroup
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Overview
A multicast group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The arn of the multicast group.
-
#id ⇒ String
The ID of the multicast group.
-
#name ⇒ String
The name of the multicast group.
Instance Attribute Details
#arn ⇒ String
The arn of the multicast group.
4912 4913 4914 4915 4916 4917 4918 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4912 class MulticastGroup < Struct.new( :id, :arn, :name) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the multicast group.
4912 4913 4914 4915 4916 4917 4918 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4912 class MulticastGroup < Struct.new( :id, :arn, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the multicast group.
4912 4913 4914 4915 4916 4917 4918 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4912 class MulticastGroup < Struct.new( :id, :arn, :name) SENSITIVE = [] include Aws::Structure end |