Class: Aws::Types::ListDetectMitigationActionsExecutionsRequest

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)


3179
3180
3181
# File 'sig/types.rbs', line 3179

def end_time
  @end_time
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


3180
3181
3182
# File 'sig/types.rbs', line 3180

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


3181
3182
3183
# File 'sig/types.rbs', line 3181

def next_token
  @next_token
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


3178
3179
3180
# File 'sig/types.rbs', line 3178

def start_time
  @start_time
end

#task_id::String

Returns the value of attribute task_id.

Returns:

  • (::String)


3175
3176
3177
# File 'sig/types.rbs', line 3175

def task_id
  @task_id
end

#thing_name::String

Returns the value of attribute thing_name.

Returns:

  • (::String)


3177
3178
3179
# File 'sig/types.rbs', line 3177

def thing_name
  @thing_name
end

#violation_id::String

Returns the value of attribute violation_id.

Returns:

  • (::String)


3176
3177
3178
# File 'sig/types.rbs', line 3176

def violation_id
  @violation_id
end