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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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].

[1]: docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html [2]: console.aws.amazon.com/support/home?

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].

[1]: docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html [2]: console.aws.amazon.com/support/home?

Returns:

  • (Time)


54477
54478
54479
54480
54481
54482
54483
54484
54485
# File 'lib/aws-sdk-ec2/types.rb', line 54477

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].

[1]: docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html [2]: console.aws.amazon.com/support/home?

Returns:

  • (String)


54477
54478
54479
54480
54481
54482
54483
54484
54485
# File 'lib/aws-sdk-ec2/types.rb', line 54477

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].

[1]: docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html [2]: console.aws.amazon.com/support/home?

Returns:

  • (Time)


54477
54478
54479
54480
54481
54482
54483
54484
54485
# File 'lib/aws-sdk-ec2/types.rb', line 54477

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].

[1]: docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html [2]: console.aws.amazon.com/support/home?

Returns:

  • (String)


54477
54478
54479
54480
54481
54482
54483
54484
54485
# File 'lib/aws-sdk-ec2/types.rb', line 54477

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].

[1]: docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html [2]: console.aws.amazon.com/support/home?

Returns:

  • (String)


54477
54478
54479
54480
54481
54482
54483
54484
54485
# File 'lib/aws-sdk-ec2/types.rb', line 54477

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