Class: Aws::Types::EvaluationFormVersionSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


3721
3722
3723
# File 'sig/types.rbs', line 3721

def created_by
  @created_by
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


3720
3721
3722
# File 'sig/types.rbs', line 3720

def created_time
  @created_time
end

#evaluation_form_arn::String

Returns the value of attribute evaluation_form_arn.

Returns:

  • (::String)


3715
3716
3717
# File 'sig/types.rbs', line 3715

def evaluation_form_arn
  @evaluation_form_arn
end

#evaluation_form_id::String

Returns the value of attribute evaluation_form_id.

Returns:

  • (::String)


3716
3717
3718
# File 'sig/types.rbs', line 3716

def evaluation_form_id
  @evaluation_form_id
end

#evaluation_form_version::Integer

Returns the value of attribute evaluation_form_version.

Returns:

  • (::Integer)


3717
3718
3719
# File 'sig/types.rbs', line 3717

def evaluation_form_version
  @evaluation_form_version
end

#last_modified_by::String

Returns the value of attribute last_modified_by.

Returns:

  • (::String)


3723
3724
3725
# File 'sig/types.rbs', line 3723

def last_modified_by
  @last_modified_by
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


3722
3723
3724
# File 'sig/types.rbs', line 3722

def last_modified_time
  @last_modified_time
end

#lockedBoolean

Returns the value of attribute locked.

Returns:

  • (Boolean)


3718
3719
3720
# File 'sig/types.rbs', line 3718

def locked
  @locked
end

#status"DRAFT", "ACTIVE"

Returns the value of attribute status.

Returns:

  • ("DRAFT", "ACTIVE")


3719
3720
3721
# File 'sig/types.rbs', line 3719

def status
  @status
end