Class: Aws::EC2::Types::ProvisionedBandwidth

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

Overview

Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#provision_timeTime

Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

Returns:

  • (Time)


54370
54371
54372
54373
54374
54375
54376
54377
54378
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 54370

class ProvisionedBandwidth < Struct.new(
  :provision_time,
  :provisioned,
  :request_time,
  :requested,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#provisionedString

Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

Returns:

  • (String)


54370
54371
54372
54373
54374
54375
54376
54377
54378
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 54370

class ProvisionedBandwidth < Struct.new(
  :provision_time,
  :provisioned,
  :request_time,
  :requested,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#request_timeTime

Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

Returns:

  • (Time)


54370
54371
54372
54373
54374
54375
54376
54377
54378
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 54370

class ProvisionedBandwidth < Struct.new(
  :provision_time,
  :provisioned,
  :request_time,
  :requested,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#requestedString

Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

Returns:

  • (String)


54370
54371
54372
54373
54374
54375
54376
54377
54378
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 54370

class ProvisionedBandwidth < Struct.new(
  :provision_time,
  :provisioned,
  :request_time,
  :requested,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

Returns:

  • (String)


54370
54371
54372
54373
54374
54375
54376
54377
54378
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 54370

class ProvisionedBandwidth < Struct.new(
  :provision_time,
  :provisioned,
  :request_time,
  :requested,
  :status)
  SENSITIVE = []
  include Aws::Structure
end