Module: Aws::IoTWireless::Client::_GetMulticastGroupResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetMulticastGroupResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #id ⇒ ::String
- #lo_ra_wan ⇒ Types::LoRaWANMulticastGet
- #name ⇒ ::String
- #status ⇒ ::String
Instance Method Details
#arn ⇒ ::String
799 |
# File 'sig/client.rbs', line 799
def arn: () -> ::String
|
#created_at ⇒ ::Time
805 |
# File 'sig/client.rbs', line 805
def created_at: () -> ::Time
|
#description ⇒ ::String
802 |
# File 'sig/client.rbs', line 802
def description: () -> ::String
|
#id ⇒ ::String
800 |
# File 'sig/client.rbs', line 800
def id: () -> ::String
|
#lo_ra_wan ⇒ Types::LoRaWANMulticastGet
804 |
# File 'sig/client.rbs', line 804
def lo_ra_wan: () -> Types::LoRaWANMulticastGet
|
#name ⇒ ::String
801 |
# File 'sig/client.rbs', line 801
def name: () -> ::String
|
#status ⇒ ::String
803 |
# File 'sig/client.rbs', line 803
def status: () -> ::String
|