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)


3627
3628
3629
# File 'sig/types.rbs', line 3627

def active_version
  @active_version
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


3621
3622
3623
# File 'sig/types.rbs', line 3621

def created_by
  @created_by
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


3620
3621
3622
# File 'sig/types.rbs', line 3620

def created_time
  @created_time
end

#evaluation_form_arn::String

Returns the value of attribute evaluation_form_arn.

Returns:

  • (::String)


3618
3619
3620
# File 'sig/types.rbs', line 3618

def evaluation_form_arn
  @evaluation_form_arn
end

#evaluation_form_id::String

Returns the value of attribute evaluation_form_id.

Returns:

  • (::String)


3617
3618
3619
# File 'sig/types.rbs', line 3617

def evaluation_form_id
  @evaluation_form_id
end

#last_activated_by::String

Returns the value of attribute last_activated_by.

Returns:

  • (::String)


3625
3626
3627
# File 'sig/types.rbs', line 3625

def last_activated_by
  @last_activated_by
end

#last_activated_time::Time

Returns the value of attribute last_activated_time.

Returns:

  • (::Time)


3624
3625
3626
# File 'sig/types.rbs', line 3624

def last_activated_time
  @last_activated_time
end

#last_modified_by::String

Returns the value of attribute last_modified_by.

Returns:

  • (::String)


3623
3624
3625
# File 'sig/types.rbs', line 3623

def last_modified_by
  @last_modified_by
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


3622
3623
3624
# File 'sig/types.rbs', line 3622

def last_modified_time
  @last_modified_time
end

#latest_version::Integer

Returns the value of attribute latest_version.

Returns:

  • (::Integer)


3626
3627
3628
# File 'sig/types.rbs', line 3626

def latest_version
  @latest_version
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


3619
3620
3621
# File 'sig/types.rbs', line 3619

def title
  @title
end