Class: Aws::Types::DescribeStackResourceDriftsInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeStackResourceDriftsInput
- 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.
-
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
-
#stack_resource_drift_status_filters ⇒ ::Array[("IN_SYNC" | "MODIFIED" | "DELETED" | "NOT_CHECKED" | "UNKNOWN" | "UNSUPPORTED")]
Returns the value of attribute stack_resource_drift_status_filters.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
589 590 591 |
# File 'sig/types.rbs', line 589 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
588 589 590 |
# File 'sig/types.rbs', line 588 def next_token @next_token end |
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
586 587 588 |
# File 'sig/types.rbs', line 586 def stack_name @stack_name end |
#stack_resource_drift_status_filters ⇒ ::Array[("IN_SYNC" | "MODIFIED" | "DELETED" | "NOT_CHECKED" | "UNKNOWN" | "UNSUPPORTED")]
Returns the value of attribute stack_resource_drift_status_filters.
587 588 589 |
# File 'sig/types.rbs', line 587 def stack_resource_drift_status_filters @stack_resource_drift_status_filters end |