Class: Aws::Types::StackResource

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)


1783
1784
1785
# File 'sig/types.rbs', line 1783

def description
  @description
end

#drift_informationTypes::StackResourceDriftInformation

Returns the value of attribute drift_information.



1784
1785
1786
# File 'sig/types.rbs', line 1784

def drift_information
  @drift_information
end

#logical_resource_id::String

Returns the value of attribute logical_resource_id.

Returns:

  • (::String)


1777
1778
1779
# File 'sig/types.rbs', line 1777

def logical_resource_id
  @logical_resource_id
end

#module_infoTypes::ModuleInfo

Returns the value of attribute module_info.

Returns:



1785
1786
1787
# File 'sig/types.rbs', line 1785

def module_info
  @module_info
end

#physical_resource_id::String

Returns the value of attribute physical_resource_id.

Returns:

  • (::String)


1778
1779
1780
# File 'sig/types.rbs', line 1778

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


1781
1782
1783
# File 'sig/types.rbs', line 1781

def resource_status
  @resource_status
end

#resource_status_reason::String

Returns the value of attribute resource_status_reason.

Returns:

  • (::String)


1782
1783
1784
# File 'sig/types.rbs', line 1782

def resource_status_reason
  @resource_status_reason
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


1779
1780
1781
# File 'sig/types.rbs', line 1779

def resource_type
  @resource_type
end

#stack_id::String

Returns the value of attribute stack_id.

Returns:

  • (::String)


1776
1777
1778
# File 'sig/types.rbs', line 1776

def stack_id
  @stack_id
end

#stack_name::String

Returns the value of attribute stack_name.

Returns:

  • (::String)


1775
1776
1777
# File 'sig/types.rbs', line 1775

def stack_name
  @stack_name
end

#timestamp::Time

Returns the value of attribute timestamp.

Returns:

  • (::Time)


1780
1781
1782
# File 'sig/types.rbs', line 1780

def timestamp
  @timestamp
end