Class: Aws::Types::ReviewResultDetail

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)


584
585
586
# File 'sig/types.rbs', line 584

def action_id
  @action_id
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


588
589
590
# File 'sig/types.rbs', line 588

def key
  @key
end

#question_id::String

Returns the value of attribute question_id.

Returns:

  • (::String)


587
588
589
# File 'sig/types.rbs', line 587

def question_id
  @question_id
end

#subject_id::String

Returns the value of attribute subject_id.

Returns:

  • (::String)


585
586
587
# File 'sig/types.rbs', line 585

def subject_id
  @subject_id
end

#subject_type::String

Returns the value of attribute subject_type.

Returns:

  • (::String)


586
587
588
# File 'sig/types.rbs', line 586

def subject_type
  @subject_type
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


589
590
591
# File 'sig/types.rbs', line 589

def value
  @value
end