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)


3762
3763
3764
# File 'sig/types.rbs', line 3762

def created_by
  @created_by
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


3761
3762
3763
# File 'sig/types.rbs', line 3761

def created_time
  @created_time
end

#evaluation_form_arn::String

Returns the value of attribute evaluation_form_arn.

Returns:

  • (::String)


3756
3757
3758
# File 'sig/types.rbs', line 3756

def evaluation_form_arn
  @evaluation_form_arn
end

#evaluation_form_id::String

Returns the value of attribute evaluation_form_id.

Returns:

  • (::String)


3757
3758
3759
# File 'sig/types.rbs', line 3757

def evaluation_form_id
  @evaluation_form_id
end

#evaluation_form_version::Integer

Returns the value of attribute evaluation_form_version.

Returns:

  • (::Integer)


3758
3759
3760
# File 'sig/types.rbs', line 3758

def evaluation_form_version
  @evaluation_form_version
end

#last_modified_by::String

Returns the value of attribute last_modified_by.

Returns:

  • (::String)


3764
3765
3766
# File 'sig/types.rbs', line 3764

def last_modified_by
  @last_modified_by
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


3763
3764
3765
# File 'sig/types.rbs', line 3763

def last_modified_time
  @last_modified_time
end

#lockedBoolean

Returns the value of attribute locked.

Returns:

  • (Boolean)


3759
3760
3761
# File 'sig/types.rbs', line 3759

def locked
  @locked
end

#status"DRAFT", "ACTIVE"

Returns the value of attribute status.

Returns:

  • ("DRAFT", "ACTIVE")


3760
3761
3762
# File 'sig/types.rbs', line 3760

def status
  @status
end