Class: Aws::Types::ListFailureModeAssessmentsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListFailureModeAssessmentsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assessment_statuses ⇒ ::Array[("NOT_STARTED" | "PENDING" | "IN_PROGRESS" | "FAILED" | "SUCCESS")]
Returns the value of attribute assessment_statuses.
-
#ended_before ⇒ ::Time
Returns the value of attribute ended_before.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
-
#sort_by ⇒ "STARTED_AT"
Returns the value of attribute sort_by.
-
#sort_order ⇒ "ASC", "DESC"
Returns the value of attribute sort_order.
-
#started_after ⇒ ::Time
Returns the value of attribute started_after.
Instance Attribute Details
#assessment_statuses ⇒ ::Array[("NOT_STARTED" | "PENDING" | "IN_PROGRESS" | "FAILED" | "SUCCESS")]
Returns the value of attribute assessment_statuses.
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.
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.
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.
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.
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.
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.
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.
641 642 643 |
# File 'sig/types.rbs', line 641 def started_after @started_after end |