Class: Aws::Types::ListStackInstanceResourceDriftsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListStackInstanceResourceDriftsInput
- 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.
-
#operation_id ⇒ ::String
Returns the value of attribute operation_id.
-
#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_instance_resource_drift_statuses ⇒ ::Array[("IN_SYNC" | "MODIFIED" | "DELETED" | "NOT_CHECKED" | "UNKNOWN" | "UNSUPPORTED")]
Returns the value of attribute stack_instance_resource_drift_statuses.
-
#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.
1046 1047 1048 |
# File 'sig/types.rbs', line 1046 def call_as @call_as end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1041 1042 1043 |
# File 'sig/types.rbs', line 1041 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1040 1041 1042 |
# File 'sig/types.rbs', line 1040 def next_token @next_token end |
#operation_id ⇒ ::String
Returns the value of attribute operation_id.
1045 1046 1047 |
# File 'sig/types.rbs', line 1045 def operation_id @operation_id end |
#stack_instance_account ⇒ ::String
Returns the value of attribute stack_instance_account.
1043 1044 1045 |
# File 'sig/types.rbs', line 1043 def stack_instance_account @stack_instance_account end |
#stack_instance_region ⇒ ::String
Returns the value of attribute stack_instance_region.
1044 1045 1046 |
# File 'sig/types.rbs', line 1044 def stack_instance_region @stack_instance_region end |
#stack_instance_resource_drift_statuses ⇒ ::Array[("IN_SYNC" | "MODIFIED" | "DELETED" | "NOT_CHECKED" | "UNKNOWN" | "UNSUPPORTED")]
Returns the value of attribute stack_instance_resource_drift_statuses.
1042 1043 1044 |
# File 'sig/types.rbs', line 1042 def stack_instance_resource_drift_statuses @stack_instance_resource_drift_statuses end |
#stack_set_name ⇒ ::String
Returns the value of attribute stack_set_name.
1039 1040 1041 |
# File 'sig/types.rbs', line 1039 def stack_set_name @stack_set_name end |