Class: Aws::Types::CancellationTerms

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cancellation_type"commitment-wind-down"

Returns the value of attribute cancellation_type.

Returns:

  • ("commitment-wind-down")


1282
1283
1284
# File 'sig/types.rbs', line 1282

def cancellation_type
  @cancellation_type
end

#charge_commitment_duration_hours::Integer

Returns the value of attribute charge_commitment_duration_hours.

Returns:

  • (::Integer)


1285
1286
1287
# File 'sig/types.rbs', line 1285

def charge_commitment_duration_hours
  @charge_commitment_duration_hours
end

#charge_end_date::Time

Returns the value of attribute charge_end_date.

Returns:

  • (::Time)


1286
1287
1288
# File 'sig/types.rbs', line 1286

def charge_end_date
  @charge_end_date
end

#committed_instance_count::Integer

Returns the value of attribute committed_instance_count.

Returns:

  • (::Integer)


1284
1285
1286
# File 'sig/types.rbs', line 1284

def committed_instance_count
  @committed_instance_count
end

#reservation_state::String

Returns the value of attribute reservation_state.

Returns:

  • (::String)


1283
1284
1285
# File 'sig/types.rbs', line 1283

def reservation_state
  @reservation_state
end