Class: Aws::Types::UpdateApprovalActionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#approval_id::String

Returns the value of attribute approval_id.

Returns:

  • (::String)


2013
2014
2015
# File 'sig/types.rbs', line 2013

def approval_id
  @approval_id
end

#expires_at::Time

Returns the value of attribute expires_at.

Returns:

  • (::Time)


2015
2016
2017
# File 'sig/types.rbs', line 2015

def expires_at
  @expires_at
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "APPROVED", "REJECTED", "REVOKED", "REDEEMED")


2014
2015
2016
# File 'sig/types.rbs', line 2014

def status
  @status
end