Class: Aws::Types::ListCommandsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#command_parameter_name::String

Returns the value of attribute command_parameter_name.

Returns:

  • (::String)


3151
3152
3153
# File 'sig/types.rbs', line 3151

def command_parameter_name
  @command_parameter_name
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


3148
3149
3150
# File 'sig/types.rbs', line 3148

def max_results
  @max_results
end

#namespace"AWS-IoT", "AWS-IoT-FleetWise"

Returns the value of attribute namespace.

Returns:

  • ("AWS-IoT", "AWS-IoT-FleetWise")


3150
3151
3152
# File 'sig/types.rbs', line 3150

def namespace
  @namespace
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


3149
3150
3151
# File 'sig/types.rbs', line 3149

def next_token
  @next_token
end

#sort_order"ASCENDING", "DESCENDING"

Returns the value of attribute sort_order.

Returns:

  • ("ASCENDING", "DESCENDING")


3152
3153
3154
# File 'sig/types.rbs', line 3152

def sort_order
  @sort_order
end