Class: Aws::Types::StackResourceDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1798
1799
1800
# File 'sig/types.rbs', line 1798

def description
  @description
end

#drift_informationTypes::StackResourceDriftInformation

Returns the value of attribute drift_information.



1800
1801
1802
# File 'sig/types.rbs', line 1800

def drift_information
  @drift_information
end

#last_updated_timestamp::Time

Returns the value of attribute last_updated_timestamp.

Returns:

  • (::Time)


1795
1796
1797
# File 'sig/types.rbs', line 1795

def last_updated_timestamp
  @last_updated_timestamp
end

#logical_resource_id::String

Returns the value of attribute logical_resource_id.

Returns:

  • (::String)


1792
1793
1794
# File 'sig/types.rbs', line 1792

def logical_resource_id
  @logical_resource_id
end

#metadata::String

Returns the value of attribute metadata.

Returns:

  • (::String)


1799
1800
1801
# File 'sig/types.rbs', line 1799

def 
  @metadata
end

#module_infoTypes::ModuleInfo

Returns the value of attribute module_info.

Returns:



1801
1802
1803
# File 'sig/types.rbs', line 1801

def module_info
  @module_info
end

#physical_resource_id::String

Returns the value of attribute physical_resource_id.

Returns:

  • (::String)


1793
1794
1795
# File 'sig/types.rbs', line 1793

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")


1796
1797
1798
# File 'sig/types.rbs', line 1796

def resource_status
  @resource_status
end

#resource_status_reason::String

Returns the value of attribute resource_status_reason.

Returns:

  • (::String)


1797
1798
1799
# File 'sig/types.rbs', line 1797

def resource_status_reason
  @resource_status_reason
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


1794
1795
1796
# File 'sig/types.rbs', line 1794

def resource_type
  @resource_type
end

#stack_id::String

Returns the value of attribute stack_id.

Returns:

  • (::String)


1791
1792
1793
# File 'sig/types.rbs', line 1791

def stack_id
  @stack_id
end

#stack_name::String

Returns the value of attribute stack_name.

Returns:

  • (::String)


1790
1791
1792
# File 'sig/types.rbs', line 1790

def stack_name
  @stack_name
end