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
1232 |
# File 'sig/client.rbs', line 1232
def arn: () -> ::String
|
#auto_create_tasks ⇒ Boolean
1229 |
# File 'sig/client.rbs', line 1229
def auto_create_tasks: () -> bool
|
#name ⇒ ::String
1230 |
# File 'sig/client.rbs', line 1230
def name: () -> ::String
|
#update ⇒ Types::UpdateWirelessGatewayTaskCreate
1231 |
# File 'sig/client.rbs', line 1231
def update: () -> Types::UpdateWirelessGatewayTaskCreate
|