Class: Aws::IoTWireless::Types::GetMulticastGroupResponse

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

#arnString

The arn of the multicast group.

Returns:

  • (String)


1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1853

class GetMulticastGroupResponse < Struct.new(
  :arn,
  :id,
  :name,
  :description,
  :status,
  :lo_ra_wan,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

Created at timestamp for the resource.

Returns:

  • (Time)


1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1853

class GetMulticastGroupResponse < Struct.new(
  :arn,
  :id,
  :name,
  :description,
  :status,
  :lo_ra_wan,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the new resource.

Returns:

  • (String)


1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1853

class GetMulticastGroupResponse < Struct.new(
  :arn,
  :id,
  :name,
  :description,
  :status,
  :lo_ra_wan,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the multicast group.

Returns:

  • (String)


1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1853

class GetMulticastGroupResponse < Struct.new(
  :arn,
  :id,
  :name,
  :description,
  :status,
  :lo_ra_wan,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end

#lo_ra_wanTypes::LoRaWANMulticastGet

The LoRaWAN information that is to be returned from getting multicast group information.



1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1853

class GetMulticastGroupResponse < Struct.new(
  :arn,
  :id,
  :name,
  :description,
  :status,
  :lo_ra_wan,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the multicast group.

Returns:

  • (String)


1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1853

class GetMulticastGroupResponse < Struct.new(
  :arn,
  :id,
  :name,
  :description,
  :status,
  :lo_ra_wan,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the multicast group.

Returns:

  • (String)


1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1853

class GetMulticastGroupResponse < Struct.new(
  :arn,
  :id,
  :name,
  :description,
  :status,
  :lo_ra_wan,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end