Class: Aws::Types::SignalResourceInput

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)


1608
1609
1610
# File 'sig/types.rbs', line 1608

def logical_resource_id
  @logical_resource_id
end

#stack_name::String

Returns the value of attribute stack_name.

Returns:

  • (::String)


1607
1608
1609
# File 'sig/types.rbs', line 1607

def stack_name
  @stack_name
end

#status"SUCCESS", "FAILURE"

Returns the value of attribute status.

Returns:

  • ("SUCCESS", "FAILURE")


1610
1611
1612
# File 'sig/types.rbs', line 1610

def status
  @status
end

#unique_id::String

Returns the value of attribute unique_id.

Returns:

  • (::String)


1609
1610
1611
# File 'sig/types.rbs', line 1609

def unique_id
  @unique_id
end