Class: Aws::Types::UpdateEvaluationFormResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#evaluation_form_arn::String

Returns the value of attribute evaluation_form_arn.

Returns:

  • (::String)


8723
8724
8725
# File 'sig/types.rbs', line 8723

def evaluation_form_arn
  @evaluation_form_arn
end

#evaluation_form_id::String

Returns the value of attribute evaluation_form_id.

Returns:

  • (::String)


8722
8723
8724
# File 'sig/types.rbs', line 8722

def evaluation_form_id
  @evaluation_form_id
end

#evaluation_form_version::Integer

Returns the value of attribute evaluation_form_version.

Returns:

  • (::Integer)


8724
8725
8726
# File 'sig/types.rbs', line 8724

def evaluation_form_version
  @evaluation_form_version
end