Class: Aws::Types::ApprovalAction

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action"APPROVED", "REJECTED"

Returns the value of attribute action.

Returns:

  • ("APPROVED", "REJECTED")


106
107
108
# File 'sig/types.rbs', line 106

def action
  @action
end

#approval_id::String

Returns the value of attribute approval_id.

Returns:

  • (::String)


104
105
106
# File 'sig/types.rbs', line 104

def approval_id
  @approval_id
end

#button_text::String

Returns the value of attribute button_text.

Returns:

  • (::String)


105
106
107
# File 'sig/types.rbs', line 105

def button_text
  @button_text
end

#interrupt_id::String

Returns the value of attribute interrupt_id.

Returns:

  • (::String)


103
104
105
# File 'sig/types.rbs', line 103

def interrupt_id
  @interrupt_id
end

#tool_use_id::String

Returns the value of attribute tool_use_id.

Returns:

  • (::String)


102
103
104
# File 'sig/types.rbs', line 102

def tool_use_id
  @tool_use_id
end