Class: Aws::Types::SolutionUpdateSummary

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)


1369
1370
1371
# File 'sig/types.rbs', line 1369

def creation_date_time
  @creation_date_time
end

#failure_reason ⇒ ::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


1371
1372
1373
# File 'sig/types.rbs', line 1371

def failure_reason
  @failure_reason
end

#last_updated_date_time ⇒ ::Time

Returns the value of attribute last_updated_date_time.

Returns:

  • (::Time)


1370
1371
1372
# File 'sig/types.rbs', line 1370

def last_updated_date_time
  @last_updated_date_time
end

#perform_auto_training ⇒ Boolean

Returns the value of attribute perform_auto_training.

Returns:

  • (Boolean)


1367
1368
1369
# File 'sig/types.rbs', line 1367

def perform_auto_training
  @perform_auto_training
end

#perform_incremental_update ⇒ Boolean

Returns the value of attribute perform_incremental_update.

Returns:

  • (Boolean)


1368
1369
1370
# File 'sig/types.rbs', line 1368

def perform_incremental_update
  @perform_incremental_update
end

#solution_update_config ⇒ Types::SolutionUpdateConfig

Returns the value of attribute solution_update_config.



1365
1366
1367
# File 'sig/types.rbs', line 1365

def solution_update_config
  @solution_update_config
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


1366
1367
1368
# File 'sig/types.rbs', line 1366

def status
  @status
end