Class: Aws::Types::GetMulticastGroupResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetMulticastGroupResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#lo_ra_wan ⇒ Types::LoRaWANMulticastGet
Returns the value of attribute lo_ra_wan.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
726 727 728 |
# File 'sig/types.rbs', line 726 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
732 733 734 |
# File 'sig/types.rbs', line 732 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
729 730 731 |
# File 'sig/types.rbs', line 729 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
727 728 729 |
# File 'sig/types.rbs', line 727 def id @id end |
#lo_ra_wan ⇒ Types::LoRaWANMulticastGet
Returns the value of attribute lo_ra_wan.
731 732 733 |
# File 'sig/types.rbs', line 731 def lo_ra_wan @lo_ra_wan end |
#name ⇒ ::String
Returns the value of attribute name.
728 729 730 |
# File 'sig/types.rbs', line 728 def name @name end |
#status ⇒ ::String
Returns the value of attribute status.
730 731 732 |
# File 'sig/types.rbs', line 730 def status @status end |