Module: Aws::CloudFormation::Client::_DescribeStackDriftDetectionStatusResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeStackDriftDetectionStatusOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #detection_status ⇒ "DETECTION_IN_PROGRESS", ...
- #detection_status_reason ⇒ ::String
- #drifted_stack_resource_count ⇒ ::Integer
- #stack_drift_detection_id ⇒ ::String
- #stack_drift_status ⇒ "DRIFTED", ...
- #stack_id ⇒ ::String
- #timestamp ⇒ ::Time
Instance Method Details
#detection_status ⇒ "DETECTION_IN_PROGRESS", ...
630 |
# File 'sig/client.rbs', line 630
def detection_status: () -> ("DETECTION_IN_PROGRESS" | "DETECTION_FAILED" | "DETECTION_COMPLETE")
|
#detection_status_reason ⇒ ::String
631 |
# File 'sig/client.rbs', line 631
def detection_status_reason: () -> ::String
|
#drifted_stack_resource_count ⇒ ::Integer
632 |
# File 'sig/client.rbs', line 632
def drifted_stack_resource_count: () -> ::Integer
|
#stack_drift_detection_id ⇒ ::String
628 |
# File 'sig/client.rbs', line 628
def stack_drift_detection_id: () -> ::String
|
#stack_drift_status ⇒ "DRIFTED", ...
629 |
# File 'sig/client.rbs', line 629
def stack_drift_status: () -> ("DRIFTED" | "IN_SYNC" | "UNKNOWN" | "NOT_CHECKED")
|
#stack_id ⇒ ::String
627 |
# File 'sig/client.rbs', line 627
def stack_id: () -> ::String
|
#timestamp ⇒ ::Time
633 |
# File 'sig/client.rbs', line 633
def timestamp: () -> ::Time
|