Class: Aws::Types::ListStackSetsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListStackSetsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#call_as ⇒ "SELF", "DELEGATED_ADMIN"
Returns the value of attribute call_as.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#status ⇒ "ACTIVE", "DELETED"
Returns the value of attribute status.
Instance Attribute Details
#call_as ⇒ "SELF", "DELEGATED_ADMIN"
Returns the value of attribute call_as.
1159 1160 1161 |
# File 'sig/types.rbs', line 1159 def call_as @call_as end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1157 1158 1159 |
# File 'sig/types.rbs', line 1157 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1156 1157 1158 |
# File 'sig/types.rbs', line 1156 def next_token @next_token end |
#status ⇒ "ACTIVE", "DELETED"
Returns the value of attribute status.
1158 1159 1160 |
# File 'sig/types.rbs', line 1158 def status @status end |