Class: Aws::Types::ListDetectMitigationActionsTasksRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


3195
3196
3197
# File 'sig/types.rbs', line 3195

def end_time
  @end_time
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


3192
3193
3194
# File 'sig/types.rbs', line 3192

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


3193
3194
3195
# File 'sig/types.rbs', line 3193

def next_token
  @next_token
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


3194
3195
3196
# File 'sig/types.rbs', line 3194

def start_time
  @start_time
end