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)


2020
2021
2022
# File 'sig/types.rbs', line 2020

def approval_id
  @approval_id
end

#expires_at::Time

Returns the value of attribute expires_at.

Returns:

  • (::Time)


2022
2023
2024
# File 'sig/types.rbs', line 2022

def expires_at
  @expires_at
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

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


2021
2022
2023
# File 'sig/types.rbs', line 2021

def status
  @status
end