Class: Aws::Types::EvaluationFormSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#active_version::Integer

Returns the value of attribute active_version.

Returns:

  • (::Integer)


3680
3681
3682
# File 'sig/types.rbs', line 3680

def active_version
  @active_version
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


3674
3675
3676
# File 'sig/types.rbs', line 3674

def created_by
  @created_by
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


3673
3674
3675
# File 'sig/types.rbs', line 3673

def created_time
  @created_time
end

#evaluation_form_arn::String

Returns the value of attribute evaluation_form_arn.

Returns:

  • (::String)


3671
3672
3673
# File 'sig/types.rbs', line 3671

def evaluation_form_arn
  @evaluation_form_arn
end

#evaluation_form_id::String

Returns the value of attribute evaluation_form_id.

Returns:

  • (::String)


3670
3671
3672
# File 'sig/types.rbs', line 3670

def evaluation_form_id
  @evaluation_form_id
end

#last_activated_by::String

Returns the value of attribute last_activated_by.

Returns:

  • (::String)


3678
3679
3680
# File 'sig/types.rbs', line 3678

def last_activated_by
  @last_activated_by
end

#last_activated_time::Time

Returns the value of attribute last_activated_time.

Returns:

  • (::Time)


3677
3678
3679
# File 'sig/types.rbs', line 3677

def last_activated_time
  @last_activated_time
end

#last_modified_by::String

Returns the value of attribute last_modified_by.

Returns:

  • (::String)


3676
3677
3678
# File 'sig/types.rbs', line 3676

def last_modified_by
  @last_modified_by
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


3675
3676
3677
# File 'sig/types.rbs', line 3675

def last_modified_time
  @last_modified_time
end

#latest_version::Integer

Returns the value of attribute latest_version.

Returns:

  • (::Integer)


3679
3680
3681
# File 'sig/types.rbs', line 3679

def latest_version
  @latest_version
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


3672
3673
3674
# File 'sig/types.rbs', line 3672

def title
  @title
end