Class: Aws::Types::Approval

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#approval_state"APPROVE", "REVOKE"

Returns the value of attribute approval_state.

Returns:

  • ("APPROVE", "REVOKE")


16
17
18
# File 'sig/types.rbs', line 16

def approval_state
  @approval_state
end

#user_arn::String

Returns the value of attribute user_arn.

Returns:

  • (::String)


15
16
17
# File 'sig/types.rbs', line 15

def user_arn
  @user_arn
end