Class: Aws::Types::ListFailureModeAssessmentsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#assessment_statuses::Array[("NOT_STARTED" | "PENDING" | "IN_PROGRESS" | "FAILED" | "SUCCESS")]

Returns the value of attribute assessment_statuses.

Returns:

  • (::Array[("NOT_STARTED" | "PENDING" | "IN_PROGRESS" | "FAILED" | "SUCCESS")])


640
641
642
# File 'sig/types.rbs', line 640

def assessment_statuses
  @assessment_statuses
end

#ended_before::Time

Returns the value of attribute ended_before.

Returns:

  • (::Time)


642
643
644
# File 'sig/types.rbs', line 642

def ended_before
  @ended_before
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


645
646
647
# File 'sig/types.rbs', line 645

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


646
647
648
# File 'sig/types.rbs', line 646

def next_token
  @next_token
end

#service_arn::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


639
640
641
# File 'sig/types.rbs', line 639

def service_arn
  @service_arn
end

#sort_by"STARTED_AT"

Returns the value of attribute sort_by.

Returns:

  • ("STARTED_AT")


643
644
645
# File 'sig/types.rbs', line 643

def sort_by
  @sort_by
end

#sort_order"ASC", "DESC"

Returns the value of attribute sort_order.

Returns:

  • ("ASC", "DESC")


644
645
646
# File 'sig/types.rbs', line 644

def sort_order
  @sort_order
end

#started_after::Time

Returns the value of attribute started_after.

Returns:

  • (::Time)


641
642
643
# File 'sig/types.rbs', line 641

def started_after
  @started_after
end