Class: Aws::Types::TrainingPlanExtensionOffering
- Inherits:
-
Object
- Object
- Aws::Types::TrainingPlanExtensionOffering
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
-
#duration_hours ⇒ ::Integer
Returns the value of attribute duration_hours.
-
#end_date ⇒ ::Time
Returns the value of attribute end_date.
-
#start_date ⇒ ::Time
Returns the value of attribute start_date.
-
#training_plan_extension_offering_id ⇒ ::String
Returns the value of attribute training_plan_extension_offering_id.
-
#upfront_fee ⇒ ::String
Returns the value of attribute upfront_fee.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
11511 11512 11513 |
# File 'sig/types.rbs', line 11511 def availability_zone @availability_zone end |
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
11516 11517 11518 |
# File 'sig/types.rbs', line 11516 def currency_code @currency_code end |
#duration_hours ⇒ ::Integer
Returns the value of attribute duration_hours.
11514 11515 11516 |
# File 'sig/types.rbs', line 11514 def duration_hours @duration_hours end |
#end_date ⇒ ::Time
Returns the value of attribute end_date.
11513 11514 11515 |
# File 'sig/types.rbs', line 11513 def end_date @end_date end |
#start_date ⇒ ::Time
Returns the value of attribute start_date.
11512 11513 11514 |
# File 'sig/types.rbs', line 11512 def start_date @start_date end |
#training_plan_extension_offering_id ⇒ ::String
Returns the value of attribute training_plan_extension_offering_id.
11510 11511 11512 |
# File 'sig/types.rbs', line 11510 def training_plan_extension_offering_id @training_plan_extension_offering_id end |
#upfront_fee ⇒ ::String
Returns the value of attribute upfront_fee.
11515 11516 11517 |
# File 'sig/types.rbs', line 11515 def upfront_fee @upfront_fee end |