Class: Aws::Types::TrainingPlanExtension
- Inherits:
-
Object
- Object
- Aws::Types::TrainingPlanExtension
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
-
#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.
-
#extended_at ⇒ ::Time
Returns the value of attribute extended_at.
-
#payment_status ⇒ ::String
Returns the value of attribute payment_status.
-
#start_date ⇒ ::Time
Returns the value of attribute start_date.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#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.
11493 11494 11495 |
# File 'sig/types.rbs', line 11493 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
11494 11495 11496 |
# File 'sig/types.rbs', line 11494 def availability_zone_id @availability_zone_id end |
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
11497 11498 11499 |
# File 'sig/types.rbs', line 11497 def currency_code @currency_code end |
#duration_hours ⇒ ::Integer
Returns the value of attribute duration_hours.
11495 11496 11497 |
# File 'sig/types.rbs', line 11495 def duration_hours @duration_hours end |
#end_date ⇒ ::Time
Returns the value of attribute end_date.
11490 11491 11492 |
# File 'sig/types.rbs', line 11490 def end_date @end_date end |
#extended_at ⇒ ::Time
Returns the value of attribute extended_at.
11488 11489 11490 |
# File 'sig/types.rbs', line 11488 def extended_at @extended_at end |
#payment_status ⇒ ::String
Returns the value of attribute payment_status.
11492 11493 11494 |
# File 'sig/types.rbs', line 11492 def payment_status @payment_status end |
#start_date ⇒ ::Time
Returns the value of attribute start_date.
11489 11490 11491 |
# File 'sig/types.rbs', line 11489 def start_date @start_date end |
#status ⇒ ::String
Returns the value of attribute status.
11491 11492 11493 |
# File 'sig/types.rbs', line 11491 def status @status end |
#training_plan_extension_offering_id ⇒ ::String
Returns the value of attribute training_plan_extension_offering_id.
11487 11488 11489 |
# File 'sig/types.rbs', line 11487 def training_plan_extension_offering_id @training_plan_extension_offering_id end |
#upfront_fee ⇒ ::String
Returns the value of attribute upfront_fee.
11496 11497 11498 |
# File 'sig/types.rbs', line 11496 def upfront_fee @upfront_fee end |