Class: Aws::IoTWireless::Types::MulticastGroup

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

Overview

A multicast group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The arn of the multicast group.

Returns:

  • (String)


4830
4831
4832
4833
4834
4835
4836
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4830

class MulticastGroup < Struct.new(
  :id,
  :arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the multicast group.

Returns:

  • (String)


4830
4831
4832
4833
4834
4835
4836
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4830

class MulticastGroup < Struct.new(
  :id,
  :arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the multicast group.

Returns:

  • (String)


4830
4831
4832
4833
4834
4835
4836
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4830

class MulticastGroup < Struct.new(
  :id,
  :arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end