Class: Aws::Types::StackResourceSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#drift_informationTypes::StackResourceDriftInformationSummary

Returns the value of attribute drift_information.



1840
1841
1842
# File 'sig/types.rbs', line 1840

def drift_information
  @drift_information
end

#last_updated_timestamp::Time

Returns the value of attribute last_updated_timestamp.

Returns:

  • (::Time)


1837
1838
1839
# File 'sig/types.rbs', line 1837

def last_updated_timestamp
  @last_updated_timestamp
end

#logical_resource_id::String

Returns the value of attribute logical_resource_id.

Returns:

  • (::String)


1834
1835
1836
# File 'sig/types.rbs', line 1834

def logical_resource_id
  @logical_resource_id
end

#module_infoTypes::ModuleInfo

Returns the value of attribute module_info.

Returns:



1841
1842
1843
# File 'sig/types.rbs', line 1841

def module_info
  @module_info
end

#physical_resource_id::String

Returns the value of attribute physical_resource_id.

Returns:

  • (::String)


1835
1836
1837
# File 'sig/types.rbs', line 1835

def physical_resource_id
  @physical_resource_id
end

#resource_status"CREATE_IN_PROGRESS", ...

Returns the value of attribute resource_status.

Returns:

  • ("CREATE_IN_PROGRESS", "CREATE_FAILED", "CREATE_COMPLETE", "DELETE_IN_PROGRESS", "DELETE_FAILED", "DELETE_COMPLETE", "DELETE_SKIPPED", "UPDATE_IN_PROGRESS", "UPDATE_FAILED", "UPDATE_COMPLETE", "IMPORT_FAILED", "IMPORT_COMPLETE", "IMPORT_IN_PROGRESS", "IMPORT_ROLLBACK_IN_PROGRESS", "IMPORT_ROLLBACK_FAILED", "IMPORT_ROLLBACK_COMPLETE", "EXPORT_FAILED", "EXPORT_COMPLETE", "EXPORT_IN_PROGRESS", "EXPORT_ROLLBACK_IN_PROGRESS", "EXPORT_ROLLBACK_FAILED", "EXPORT_ROLLBACK_COMPLETE", "UPDATE_ROLLBACK_IN_PROGRESS", "UPDATE_ROLLBACK_COMPLETE", "UPDATE_ROLLBACK_FAILED", "ROLLBACK_IN_PROGRESS", "ROLLBACK_COMPLETE", "ROLLBACK_FAILED")


1838
1839
1840
# File 'sig/types.rbs', line 1838

def resource_status
  @resource_status
end

#resource_status_reason::String

Returns the value of attribute resource_status_reason.

Returns:

  • (::String)


1839
1840
1841
# File 'sig/types.rbs', line 1839

def resource_status_reason
  @resource_status_reason
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


1836
1837
1838
# File 'sig/types.rbs', line 1836

def resource_type
  @resource_type
end