Class: Aws::IoTWireless::Types::CreateMulticastGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::CreateMulticastGroupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The arn of the multicast group.
-
#id ⇒ String
The ID of the multicast group.
Instance Attribute Details
#arn ⇒ String
The arn of the multicast group.
809 810 811 812 813 814 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 809 class CreateMulticastGroupResponse < Struct.new( :arn, :id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the multicast group.
809 810 811 812 813 814 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 809 class CreateMulticastGroupResponse < Struct.new( :arn, :id) SENSITIVE = [] include Aws::Structure end |