Class: Aws::Types::CreateWirelessGatewayTaskDefinitionRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_create_tasks ⇒ Boolean

Returns the value of attribute auto_create_tasks.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


327
328
329
# File 'sig/types.rbs', line 327

def name
  @name
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



330
331
332
# File 'sig/types.rbs', line 330

def tags
  @tags
end

#update ⇒ Types::UpdateWirelessGatewayTaskCreate

Returns the value of attribute update.



328
329
330
# File 'sig/types.rbs', line 328

def update
  @update
end