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:



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

def description
  @description
end

#drift_informationTypes::StackResourceDriftInformation

Returns the value of attribute drift_information.

Returns:



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:



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:



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:



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:



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:



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:



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:



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

def stack_name
  @stack_name
end

#timestamp::Time

Returns the value of attribute timestamp.

Returns:



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

def timestamp
  @timestamp
end