Class: Aws::Types::DetectStackDriftInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#logical_resource_ids::Array[::String]

Returns the value of attribute logical_resource_ids.

Returns:

  • (::Array[::String])


713
714
715
# File 'sig/types.rbs', line 713

def logical_resource_ids
  @logical_resource_ids
end

#stack_name::String

Returns the value of attribute stack_name.

Returns:

  • (::String)


712
713
714
# File 'sig/types.rbs', line 712

def stack_name
  @stack_name
end