Class: Aws::Types::CreateWirelessGatewayTaskDefinitionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateWirelessGatewayTaskDefinitionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_create_tasks ⇒ Boolean
Returns the value of attribute auto_create_tasks.
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#update ⇒ Types::UpdateWirelessGatewayTaskCreate
Returns the value of attribute update.
Instance Attribute Details
#auto_create_tasks ⇒ Boolean
Returns the value of attribute auto_create_tasks.
326 327 328 |
# File 'sig/types.rbs', line 326 def auto_create_tasks @auto_create_tasks end |
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
329 330 331 |
# File 'sig/types.rbs', line 329 def client_request_token @client_request_token end |
#name ⇒ ::String
Returns the value of attribute name.
327 328 329 |
# File 'sig/types.rbs', line 327 def name @name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
330 331 332 |
# File 'sig/types.rbs', line 330 def @tags end |
#update ⇒ Types::UpdateWirelessGatewayTaskCreate
Returns the value of attribute update.
328 329 330 |
# File 'sig/types.rbs', line 328 def update @update end |