Class: Aws::Types::DescribeStackDriftDetectionStatusOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#detection_status"DETECTION_IN_PROGRESS", ...

Returns the value of attribute detection_status.

Returns:

  • ("DETECTION_IN_PROGRESS", "DETECTION_FAILED", "DETECTION_COMPLETE")


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • ("DRIFTED", "IN_SYNC", "UNKNOWN", "NOT_CHECKED")


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.

Returns:

  • (::String)


534
535
536
# File 'sig/types.rbs', line 534

def stack_id
  @stack_id
end

#timestamp::Time

Returns the value of attribute timestamp.

Returns:

  • (::Time)


540
541
542
# File 'sig/types.rbs', line 540

def timestamp
  @timestamp
end