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.
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.
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.
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.
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.
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.
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.
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.
662 663 664 |
# File 'sig/types.rbs', line 662 def started_after @started_after end |