Class: Aws::Types::ListWirelessGatewayTaskDefinitionsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1300
1301
1302
# File 'sig/types.rbs', line 1300

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1301
1302
1303
# File 'sig/types.rbs', line 1301

def next_token
  @next_token
end

#task_definition_type ⇒ "UPDATE"

Returns the value of attribute task_definition_type.

Returns:

  • ("UPDATE")


1302
1303
1304
# File 'sig/types.rbs', line 1302

def task_definition_type
  @task_definition_type
end