Class: Aws::Types::StackResourceDrift

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actual_properties::String

Returns the value of attribute actual_properties.

Returns:

  • (::String)


1812
1813
1814
# File 'sig/types.rbs', line 1812

def actual_properties
  @actual_properties
end

#drift_status_reason::String

Returns the value of attribute drift_status_reason.

Returns:

  • (::String)


1817
1818
1819
# File 'sig/types.rbs', line 1817

def drift_status_reason
  @drift_status_reason
end

#expected_properties::String

Returns the value of attribute expected_properties.

Returns:

  • (::String)


1811
1812
1813
# File 'sig/types.rbs', line 1811

def expected_properties
  @expected_properties
end

#logical_resource_id::String

Returns the value of attribute logical_resource_id.

Returns:

  • (::String)


1807
1808
1809
# File 'sig/types.rbs', line 1807

def logical_resource_id
  @logical_resource_id
end

#module_infoTypes::ModuleInfo

Returns the value of attribute module_info.

Returns:



1816
1817
1818
# File 'sig/types.rbs', line 1816

def module_info
  @module_info
end

#physical_resource_id::String

Returns the value of attribute physical_resource_id.

Returns:

  • (::String)


1808
1809
1810
# File 'sig/types.rbs', line 1808

def physical_resource_id
  @physical_resource_id
end

#physical_resource_id_context::Array[Types::PhysicalResourceIdContextKeyValuePair]

Returns the value of attribute physical_resource_id_context.



1809
1810
1811
# File 'sig/types.rbs', line 1809

def physical_resource_id_context
  @physical_resource_id_context
end

#property_differences::Array[Types::PropertyDifference]

Returns the value of attribute property_differences.

Returns:



1813
1814
1815
# File 'sig/types.rbs', line 1813

def property_differences
  @property_differences
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


1810
1811
1812
# File 'sig/types.rbs', line 1810

def resource_type
  @resource_type
end

#stack_id::String

Returns the value of attribute stack_id.

Returns:

  • (::String)


1806
1807
1808
# File 'sig/types.rbs', line 1806

def stack_id
  @stack_id
end

#stack_resource_drift_status"IN_SYNC", ...

Returns the value of attribute stack_resource_drift_status.

Returns:

  • ("IN_SYNC", "MODIFIED", "DELETED", "NOT_CHECKED", "UNKNOWN", "UNSUPPORTED")


1814
1815
1816
# File 'sig/types.rbs', line 1814

def stack_resource_drift_status
  @stack_resource_drift_status
end

#timestamp::Time

Returns the value of attribute timestamp.

Returns:

  • (::Time)


1815
1816
1817
# File 'sig/types.rbs', line 1815

def timestamp
  @timestamp
end