Module: Aws::IoTWireless::Client::_GetWirelessGatewayTaskDefinitionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetWirelessGatewayTaskDefinitionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #auto_create_tasks ⇒ Boolean
- #name ⇒ ::String
- #update ⇒ Types::UpdateWirelessGatewayTaskCreate
Instance Method Details
#arn ⇒ ::String
1220 |
# File 'sig/client.rbs', line 1220
def arn: () -> ::String
|
#auto_create_tasks ⇒ Boolean
1217 |
# File 'sig/client.rbs', line 1217
def auto_create_tasks: () -> bool
|
#name ⇒ ::String
1218 |
# File 'sig/client.rbs', line 1218
def name: () -> ::String
|
#update ⇒ Types::UpdateWirelessGatewayTaskCreate
1219 |
# File 'sig/client.rbs', line 1219
def update: () -> Types::UpdateWirelessGatewayTaskCreate
|