Class: Aws::Types::TrainingPlanExtension

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)


11516
11517
11518
# File 'sig/types.rbs', line 11516

def availability_zone
  @availability_zone
end

#availability_zone_id::String

Returns the value of attribute availability_zone_id.

Returns:

  • (::String)


11517
11518
11519
# File 'sig/types.rbs', line 11517

def availability_zone_id
  @availability_zone_id
end

#currency_code::String

Returns the value of attribute currency_code.

Returns:

  • (::String)


11520
11521
11522
# File 'sig/types.rbs', line 11520

def currency_code
  @currency_code
end

#duration_hours::Integer

Returns the value of attribute duration_hours.

Returns:

  • (::Integer)


11518
11519
11520
# File 'sig/types.rbs', line 11518

def duration_hours
  @duration_hours
end

#end_date::Time

Returns the value of attribute end_date.

Returns:

  • (::Time)


11513
11514
11515
# File 'sig/types.rbs', line 11513

def end_date
  @end_date
end

#extended_at::Time

Returns the value of attribute extended_at.

Returns:

  • (::Time)


11511
11512
11513
# File 'sig/types.rbs', line 11511

def extended_at
  @extended_at
end

#payment_status::String

Returns the value of attribute payment_status.

Returns:

  • (::String)


11515
11516
11517
# File 'sig/types.rbs', line 11515

def payment_status
  @payment_status
end

#start_date::Time

Returns the value of attribute start_date.

Returns:

  • (::Time)


11512
11513
11514
# File 'sig/types.rbs', line 11512

def start_date
  @start_date
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


11514
11515
11516
# File 'sig/types.rbs', line 11514

def status
  @status
end

#training_plan_extension_offering_id::String

Returns the value of attribute training_plan_extension_offering_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


11519
11520
11521
# File 'sig/types.rbs', line 11519

def upfront_fee
  @upfront_fee
end