Class: Aws::Types::SolutionVersionSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date_time ⇒ ::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


1402
1403
1404
# File 'sig/types.rbs', line 1402

def creation_date_time
  @creation_date_time
end

#failure_reason ⇒ ::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


1404
1405
1406
# File 'sig/types.rbs', line 1404

def failure_reason
  @failure_reason
end

#last_updated_date_time ⇒ ::Time

Returns the value of attribute last_updated_date_time.

Returns:

  • (::Time)


1403
1404
1405
# File 'sig/types.rbs', line 1403

def last_updated_date_time
  @last_updated_date_time
end

#solution_version_arn ⇒ ::String

Returns the value of attribute solution_version_arn.

Returns:

  • (::String)


1398
1399
1400
# File 'sig/types.rbs', line 1398

def solution_version_arn
  @solution_version_arn
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


1399
1400
1401
# File 'sig/types.rbs', line 1399

def status
  @status
end

#training_mode ⇒ "FULL", ...

Returns the value of attribute training_mode.

Returns:

  • ("FULL", "UPDATE", "AUTOTRAIN")


1400
1401
1402
# File 'sig/types.rbs', line 1400

def training_mode
  @training_mode
end

#training_type ⇒ "AUTOMATIC", "MANUAL"

Returns the value of attribute training_type.

Returns:

  • ("AUTOMATIC", "MANUAL")


1401
1402
1403
# File 'sig/types.rbs', line 1401

def training_type
  @training_type
end