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


1384
1385
1386
# File 'sig/types.rbs', line 1384

def cancellation_type
  @cancellation_type
end

#charge_commitment_duration_hours::Integer

Returns the value of attribute charge_commitment_duration_hours.

Returns:

  • (::Integer)


1387
1388
1389
# File 'sig/types.rbs', line 1387

def charge_commitment_duration_hours
  @charge_commitment_duration_hours
end

#charge_end_date::Time

Returns the value of attribute charge_end_date.

Returns:

  • (::Time)


1388
1389
1390
# File 'sig/types.rbs', line 1388

def charge_end_date
  @charge_end_date
end

#committed_instance_count::Integer

Returns the value of attribute committed_instance_count.

Returns:

  • (::Integer)


1386
1387
1388
# File 'sig/types.rbs', line 1386

def committed_instance_count
  @committed_instance_count
end

#reservation_state::String

Returns the value of attribute reservation_state.

Returns:

  • (::String)


1385
1386
1387
# File 'sig/types.rbs', line 1385

def reservation_state
  @reservation_state
end