Class: Aws::Types::DescribeStackResourcesInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#logical_resource_id::String

Returns the value of attribute logical_resource_id.

Returns:

  • (::String)


612
613
614
# File 'sig/types.rbs', line 612

def logical_resource_id
  @logical_resource_id
end

#physical_resource_id::String

Returns the value of attribute physical_resource_id.

Returns:

  • (::String)


613
614
615
# File 'sig/types.rbs', line 613

def physical_resource_id
  @physical_resource_id
end

#stack_name::String

Returns the value of attribute stack_name.

Returns:

  • (::String)


611
612
613
# File 'sig/types.rbs', line 611

def stack_name
  @stack_name
end