Class: Aws::Types::ApprovalStateChangedEventMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#approval_status"APPROVE", "REVOKE"

Returns the value of attribute approval_status.

Returns:

  • ("APPROVE", "REVOKE")


86
87
88
# File 'sig/types.rbs', line 86

def approval_status
  @approval_status
end

#revision_id::String

Returns the value of attribute revision_id.

Returns:

  • (::String)


85
86
87
# File 'sig/types.rbs', line 85

def revision_id
  @revision_id
end