Class: Aws::Types::ReviewActionDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action_id::String

Returns the value of attribute action_id.

Returns:

  • (::String)


560
561
562
# File 'sig/types.rbs', line 560

def action_id
  @action_id
end

#action_name::String

Returns the value of attribute action_name.

Returns:

  • (::String)


561
562
563
# File 'sig/types.rbs', line 561

def action_name
  @action_name
end

#complete_time::Time

Returns the value of attribute complete_time.

Returns:

  • (::Time)


565
566
567
# File 'sig/types.rbs', line 565

def complete_time
  @complete_time
end

#error_code::String

Returns the value of attribute error_code.

Returns:

  • (::String)


567
568
569
# File 'sig/types.rbs', line 567

def error_code
  @error_code
end

#result::String

Returns the value of attribute result.

Returns:

  • (::String)


566
567
568
# File 'sig/types.rbs', line 566

def result
  @result
end

#status"Intended", ...

Returns the value of attribute status.

Returns:

  • ("Intended", "Succeeded", "Failed", "Cancelled")


564
565
566
# File 'sig/types.rbs', line 564

def status
  @status
end

#target_id::String

Returns the value of attribute target_id.

Returns:

  • (::String)


562
563
564
# File 'sig/types.rbs', line 562

def target_id
  @target_id
end

#target_type::String

Returns the value of attribute target_type.

Returns:

  • (::String)


563
564
565
# File 'sig/types.rbs', line 563

def target_type
  @target_type
end