Class: Aws::Types::ListCommandExecutionsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#command_arn::String

Returns the value of attribute command_arn.

Returns:

  • (::String)


3137
3138
3139
# File 'sig/types.rbs', line 3137

def command_arn
  @command_arn
end

#completed_time_filterTypes::TimeFilter

Returns the value of attribute completed_time_filter.

Returns:



3135
3136
3137
# File 'sig/types.rbs', line 3135

def completed_time_filter
  @completed_time_filter
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


3129
3130
3131
# File 'sig/types.rbs', line 3129

def max_results
  @max_results
end

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

Returns the value of attribute namespace.

Returns:

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


3131
3132
3133
# File 'sig/types.rbs', line 3131

def namespace
  @namespace
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


3130
3131
3132
# File 'sig/types.rbs', line 3130

def next_token
  @next_token
end

#sort_order"ASCENDING", "DESCENDING"

Returns the value of attribute sort_order.

Returns:

  • ("ASCENDING", "DESCENDING")


3133
3134
3135
# File 'sig/types.rbs', line 3133

def sort_order
  @sort_order
end

#started_time_filterTypes::TimeFilter

Returns the value of attribute started_time_filter.

Returns:



3134
3135
3136
# File 'sig/types.rbs', line 3134

def started_time_filter
  @started_time_filter
end

#status"CREATED", ...

Returns the value of attribute status.

Returns:

  • ("CREATED", "IN_PROGRESS", "SUCCEEDED", "FAILED", "REJECTED", "TIMED_OUT")


3132
3133
3134
# File 'sig/types.rbs', line 3132

def status
  @status
end

#target_arn::String

Returns the value of attribute target_arn.

Returns:

  • (::String)


3136
3137
3138
# File 'sig/types.rbs', line 3136

def target_arn
  @target_arn
end