Class: Aws::Types::GetEvaluationFormValidationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#evaluation_form_id::String

Returns the value of attribute evaluation_form_id.

Returns:

  • (::String)


4131
4132
4133
# File 'sig/types.rbs', line 4131

def evaluation_form_id
  @evaluation_form_id
end

#evaluation_form_version::Integer

Returns the value of attribute evaluation_form_version.

Returns:

  • (::Integer)


4132
4133
4134
# File 'sig/types.rbs', line 4132

def evaluation_form_version
  @evaluation_form_version
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


4130
4131
4132
# File 'sig/types.rbs', line 4130

def instance_id
  @instance_id
end