Class: Aws::Types::ListStackInstancesInput
- Inherits:
-
Object
- Object
- Aws::Types::ListStackInstancesInput
- 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.
-
#filters ⇒ ::Array[Types::StackInstanceFilter]
Returns the value of attribute filters.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#stack_instance_account ⇒ ::String
Returns the value of attribute stack_instance_account.
-
#stack_instance_region ⇒ ::String
Returns the value of attribute stack_instance_region.
-
#stack_set_name ⇒ ::String
Returns the value of attribute stack_set_name.
Instance Attribute Details
#call_as ⇒ "SELF", "DELEGATED_ADMIN"
Returns the value of attribute call_as.
1063 1064 1065 |
# File 'sig/types.rbs', line 1063 def call_as @call_as end |
#filters ⇒ ::Array[Types::StackInstanceFilter]
Returns the value of attribute filters.
1060 1061 1062 |
# File 'sig/types.rbs', line 1060 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1059 1060 1061 |
# File 'sig/types.rbs', line 1059 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1058 1059 1060 |
# File 'sig/types.rbs', line 1058 def next_token @next_token end |
#stack_instance_account ⇒ ::String
Returns the value of attribute stack_instance_account.
1061 1062 1063 |
# File 'sig/types.rbs', line 1061 def stack_instance_account @stack_instance_account end |
#stack_instance_region ⇒ ::String
Returns the value of attribute stack_instance_region.
1062 1063 1064 |
# File 'sig/types.rbs', line 1062 def stack_instance_region @stack_instance_region end |
#stack_set_name ⇒ ::String
Returns the value of attribute stack_set_name.
1057 1058 1059 |
# File 'sig/types.rbs', line 1057 def stack_set_name @stack_set_name end |