Class: Aws::Types::ListCreateAccountStatusRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListCreateAccountStatusRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#states ⇒ ::Array[("IN_PROGRESS" | "SUCCEEDED" | "FAILED")]
Returns the value of attribute states.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
601 602 603 |
# File 'sig/types.rbs', line 601 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
600 601 602 |
# File 'sig/types.rbs', line 600 def next_token @next_token end |
#states ⇒ ::Array[("IN_PROGRESS" | "SUCCEEDED" | "FAILED")]
Returns the value of attribute states.
599 600 601 |
# File 'sig/types.rbs', line 599 def states @states end |