Class: Aws::IoTWireless::Types::GetMulticastGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::GetMulticastGroupResponse
- 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.
-
#created_at ⇒ Time
Created at timestamp for the resource.
-
#description ⇒ String
The description of the new resource.
-
#id ⇒ String
The ID of the multicast group.
-
#lo_ra_wan ⇒ Types::LoRaWANMulticastGet
The LoRaWAN information that is to be returned from getting multicast group information.
-
#name ⇒ String
The name of the multicast group.
-
#status ⇒ String
The status of the multicast group.
Instance Attribute Details
#arn ⇒ String
The arn of the multicast group.
2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 2162 class GetMulticastGroupResponse < Struct.new( :arn, :id, :name, :description, :status, :lo_ra_wan, :created_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
Created at timestamp for the resource.
2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 2162 class GetMulticastGroupResponse < Struct.new( :arn, :id, :name, :description, :status, :lo_ra_wan, :created_at) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the new resource.
2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 2162 class GetMulticastGroupResponse < Struct.new( :arn, :id, :name, :description, :status, :lo_ra_wan, :created_at) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the multicast group.
2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 2162 class GetMulticastGroupResponse < Struct.new( :arn, :id, :name, :description, :status, :lo_ra_wan, :created_at) SENSITIVE = [] include Aws::Structure end |
#lo_ra_wan ⇒ Types::LoRaWANMulticastGet
The LoRaWAN information that is to be returned from getting multicast group information.
2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 2162 class GetMulticastGroupResponse < Struct.new( :arn, :id, :name, :description, :status, :lo_ra_wan, :created_at) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the multicast group.
2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 2162 class GetMulticastGroupResponse < Struct.new( :arn, :id, :name, :description, :status, :lo_ra_wan, :created_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the multicast group.
2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 2162 class GetMulticastGroupResponse < Struct.new( :arn, :id, :name, :description, :status, :lo_ra_wan, :created_at) SENSITIVE = [] include Aws::Structure end |