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")


1368
1369
1370
# File 'sig/types.rbs', line 1368

def cancellation_type
  @cancellation_type
end

#charge_commitment_duration_hours::Integer

Returns the value of attribute charge_commitment_duration_hours.

Returns:

  • (::Integer)


1371
1372
1373
# File 'sig/types.rbs', line 1371

def charge_commitment_duration_hours
  @charge_commitment_duration_hours
end

#charge_end_date::Time

Returns the value of attribute charge_end_date.

Returns:

  • (::Time)


1372
1373
1374
# File 'sig/types.rbs', line 1372

def charge_end_date
  @charge_end_date
end

#committed_instance_count::Integer

Returns the value of attribute committed_instance_count.

Returns:

  • (::Integer)


1370
1371
1372
# File 'sig/types.rbs', line 1370

def committed_instance_count
  @committed_instance_count
end

#reservation_state::String

Returns the value of attribute reservation_state.

Returns:

  • (::String)


1369
1370
1371
# File 'sig/types.rbs', line 1369

def reservation_state
  @reservation_state
end