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/AmazonVPC/latest/UserGuide/vpc-nat-gateway.html [2]: console.aws.amazon.com/support/home?

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/AmazonVPC/latest/UserGuide/vpc-nat-gateway.html [2]: console.aws.amazon.com/support/home?

Returns:

  • (Time)


28124
28125
28126
28127
28128
28129
28130
28131
# File 'lib/aws-sdk-ec2/types.rb', line 28124

class ProvisionedBandwidth < Struct.new(
  :provision_time,
  :provisioned,
  :request_time,
  :requested,
  :status)
  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/AmazonVPC/latest/UserGuide/vpc-nat-gateway.html [2]: console.aws.amazon.com/support/home?

Returns:

  • (String)


28124
28125
28126
28127
28128
28129
28130
28131
# File 'lib/aws-sdk-ec2/types.rb', line 28124

class ProvisionedBandwidth < Struct.new(
  :provision_time,
  :provisioned,
  :request_time,
  :requested,
  :status)
  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/AmazonVPC/latest/UserGuide/vpc-nat-gateway.html [2]: console.aws.amazon.com/support/home?

Returns:

  • (Time)


28124
28125
28126
28127
28128
28129
28130
28131
# File 'lib/aws-sdk-ec2/types.rb', line 28124

class ProvisionedBandwidth < Struct.new(
  :provision_time,
  :provisioned,
  :request_time,
  :requested,
  :status)
  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/AmazonVPC/latest/UserGuide/vpc-nat-gateway.html [2]: console.aws.amazon.com/support/home?

Returns:

  • (String)


28124
28125
28126
28127
28128
28129
28130
28131
# File 'lib/aws-sdk-ec2/types.rb', line 28124

class ProvisionedBandwidth < Struct.new(
  :provision_time,
  :provisioned,
  :request_time,
  :requested,
  :status)
  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/AmazonVPC/latest/UserGuide/vpc-nat-gateway.html [2]: console.aws.amazon.com/support/home?

Returns:

  • (String)


28124
28125
28126
28127
28128
28129
28130
28131
# File 'lib/aws-sdk-ec2/types.rb', line 28124

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