Class: Aws::Types::StackSetDriftDetectionDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#drift_detection_status"COMPLETED", ...

Returns the value of attribute drift_detection_status.

Returns:

  • ("COMPLETED", "FAILED", "PARTIAL_SUCCESS", "IN_PROGRESS", "STOPPED")


1874
1875
1876
# File 'sig/types.rbs', line 1874

def drift_detection_status
  @drift_detection_status
end

#drift_status"DRIFTED", ...

Returns the value of attribute drift_status.

Returns:

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


1873
1874
1875
# File 'sig/types.rbs', line 1873

def drift_status
  @drift_status
end

#drifted_stack_instances_count::Integer

Returns the value of attribute drifted_stack_instances_count.

Returns:

  • (::Integer)


1877
1878
1879
# File 'sig/types.rbs', line 1877

def drifted_stack_instances_count
  @drifted_stack_instances_count
end

#failed_stack_instances_count::Integer

Returns the value of attribute failed_stack_instances_count.

Returns:

  • (::Integer)


1880
1881
1882
# File 'sig/types.rbs', line 1880

def failed_stack_instances_count
  @failed_stack_instances_count
end

#in_progress_stack_instances_count::Integer

Returns the value of attribute in_progress_stack_instances_count.

Returns:

  • (::Integer)


1879
1880
1881
# File 'sig/types.rbs', line 1879

def in_progress_stack_instances_count
  @in_progress_stack_instances_count
end

#in_sync_stack_instances_count::Integer

Returns the value of attribute in_sync_stack_instances_count.

Returns:

  • (::Integer)


1878
1879
1880
# File 'sig/types.rbs', line 1878

def in_sync_stack_instances_count
  @in_sync_stack_instances_count
end

#last_drift_check_timestamp::Time

Returns the value of attribute last_drift_check_timestamp.

Returns:

  • (::Time)


1875
1876
1877
# File 'sig/types.rbs', line 1875

def last_drift_check_timestamp
  @last_drift_check_timestamp
end

#total_stack_instances_count::Integer

Returns the value of attribute total_stack_instances_count.

Returns:

  • (::Integer)


1876
1877
1878
# File 'sig/types.rbs', line 1876

def total_stack_instances_count
  @total_stack_instances_count
end