Class: Aws::PrivateNetworks::Types::CommitmentInformation

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb

Overview

Shows the duration, the date and time that the contract started and ends, and the renewal status of the commitment period for the radio unit.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#commitment_configurationTypes::CommitmentConfiguration

The duration and renewal status of the commitment period for the radio unit.



288
289
290
291
292
293
294
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 288

class CommitmentInformation < Struct.new(
  :commitment_configuration,
  :expires_on,
  :start_at)
  SENSITIVE = []
  include Aws::Structure
end

#expires_onTime

The date and time that the commitment period ends. If you do not cancel or renew the commitment before the expiration date, you will be billed at the 60-day-commitment rate.

Returns:

  • (Time)


288
289
290
291
292
293
294
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 288

class CommitmentInformation < Struct.new(
  :commitment_configuration,
  :expires_on,
  :start_at)
  SENSITIVE = []
  include Aws::Structure
end

#start_atTime

The date and time that the commitment period started.

Returns:

  • (Time)


288
289
290
291
292
293
294
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 288

class CommitmentInformation < Struct.new(
  :commitment_configuration,
  :expires_on,
  :start_at)
  SENSITIVE = []
  include Aws::Structure
end