Class: Aws::Types::TrainingPlanExtensionOffering

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


11503
11504
11505
# File 'sig/types.rbs', line 11503

def availability_zone
  @availability_zone
end

#currency_code::String

Returns the value of attribute currency_code.

Returns:

  • (::String)


11508
11509
11510
# File 'sig/types.rbs', line 11508

def currency_code
  @currency_code
end

#duration_hours::Integer

Returns the value of attribute duration_hours.

Returns:

  • (::Integer)


11506
11507
11508
# File 'sig/types.rbs', line 11506

def duration_hours
  @duration_hours
end

#end_date::Time

Returns the value of attribute end_date.

Returns:

  • (::Time)


11505
11506
11507
# File 'sig/types.rbs', line 11505

def end_date
  @end_date
end

#start_date::Time

Returns the value of attribute start_date.

Returns:

  • (::Time)


11504
11505
11506
# File 'sig/types.rbs', line 11504

def start_date
  @start_date
end

#training_plan_extension_offering_id::String

Returns the value of attribute training_plan_extension_offering_id.

Returns:

  • (::String)


11502
11503
11504
# File 'sig/types.rbs', line 11502

def training_plan_extension_offering_id
  @training_plan_extension_offering_id
end

#upfront_fee::String

Returns the value of attribute upfront_fee.

Returns:

  • (::String)


11507
11508
11509
# File 'sig/types.rbs', line 11507

def upfront_fee
  @upfront_fee
end