Class: Aws::Types::ReviewDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#case_id::String

Returns the value of attribute case_id.

Returns:

  • (::String)


1819
1820
1821
# File 'sig/types.rbs', line 1819

def case_id
  @case_id
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "FAILED", "GRANTED", "DENIED")


1818
1819
1820
# File 'sig/types.rbs', line 1818

def status
  @status
end