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")])


661
662
663
# File 'sig/types.rbs', line 661

def assessment_statuses
  @assessment_statuses
end

#ended_before::Time

Returns the value of attribute ended_before.

Returns:

  • (::Time)


663
664
665
# File 'sig/types.rbs', line 663

def ended_before
  @ended_before
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


666
667
668
# File 'sig/types.rbs', line 666

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


667
668
669
# File 'sig/types.rbs', line 667

def next_token
  @next_token
end

#service_arn::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


660
661
662
# File 'sig/types.rbs', line 660

def service_arn
  @service_arn
end

#sort_by"STARTED_AT"

Returns the value of attribute sort_by.

Returns:

  • ("STARTED_AT")


664
665
666
# File 'sig/types.rbs', line 664

def sort_by
  @sort_by
end

#sort_order"ASC", "DESC"

Returns the value of attribute sort_order.

Returns:

  • ("ASC", "DESC")


665
666
667
# File 'sig/types.rbs', line 665

def sort_order
  @sort_order
end

#started_after::Time

Returns the value of attribute started_after.

Returns:

  • (::Time)


662
663
664
# File 'sig/types.rbs', line 662

def started_after
  @started_after
end