Class: Aws::Types::DescribeStackDriftDetectionStatusOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeStackDriftDetectionStatusOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#detection_status ⇒ "DETECTION_IN_PROGRESS", ...
Returns the value of attribute detection_status.
-
#detection_status_reason ⇒ ::String
Returns the value of attribute detection_status_reason.
-
#drifted_stack_resource_count ⇒ ::Integer
Returns the value of attribute drifted_stack_resource_count.
-
#stack_drift_detection_id ⇒ ::String
Returns the value of attribute stack_drift_detection_id.
-
#stack_drift_status ⇒ "DRIFTED", ...
Returns the value of attribute stack_drift_status.
-
#stack_id ⇒ ::String
Returns the value of attribute stack_id.
-
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
Instance Attribute Details
#detection_status ⇒ "DETECTION_IN_PROGRESS", ...
Returns the value of attribute detection_status.
537 538 539 |
# File 'sig/types.rbs', line 537 def detection_status @detection_status end |
#detection_status_reason ⇒ ::String
Returns the value of attribute detection_status_reason.
538 539 540 |
# File 'sig/types.rbs', line 538 def detection_status_reason @detection_status_reason end |
#drifted_stack_resource_count ⇒ ::Integer
Returns the value of attribute drifted_stack_resource_count.
539 540 541 |
# File 'sig/types.rbs', line 539 def drifted_stack_resource_count @drifted_stack_resource_count end |
#stack_drift_detection_id ⇒ ::String
Returns the value of attribute stack_drift_detection_id.
535 536 537 |
# File 'sig/types.rbs', line 535 def stack_drift_detection_id @stack_drift_detection_id end |
#stack_drift_status ⇒ "DRIFTED", ...
Returns the value of attribute stack_drift_status.
536 537 538 |
# File 'sig/types.rbs', line 536 def stack_drift_status @stack_drift_status end |
#stack_id ⇒ ::String
Returns the value of attribute stack_id.
534 535 536 |
# File 'sig/types.rbs', line 534 def stack_id @stack_id end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
540 541 542 |
# File 'sig/types.rbs', line 540 def @timestamp end |