Class: Aws::EC2::Types::ProvisionedBandwidth
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ProvisionedBandwidth
- 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
-
#provision_time ⇒ Time
Reserved.
-
#provisioned ⇒ String
Reserved.
-
#request_time ⇒ Time
Reserved.
-
#requested ⇒ String
Reserved.
-
#status ⇒ String
Reserved.
Instance Attribute Details
#provision_time ⇒ Time
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?
53616 53617 53618 53619 53620 53621 53622 53623 53624 |
# File 'lib/aws-sdk-ec2/types.rb', line 53616 class ProvisionedBandwidth < Struct.new( :provision_time, :provisioned, :request_time, :requested, :status) SENSITIVE = [] include Aws::Structure end |
#provisioned ⇒ String
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?
53616 53617 53618 53619 53620 53621 53622 53623 53624 |
# File 'lib/aws-sdk-ec2/types.rb', line 53616 class ProvisionedBandwidth < Struct.new( :provision_time, :provisioned, :request_time, :requested, :status) SENSITIVE = [] include Aws::Structure end |
#request_time ⇒ Time
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?
53616 53617 53618 53619 53620 53621 53622 53623 53624 |
# File 'lib/aws-sdk-ec2/types.rb', line 53616 class ProvisionedBandwidth < Struct.new( :provision_time, :provisioned, :request_time, :requested, :status) SENSITIVE = [] include Aws::Structure end |
#requested ⇒ String
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?
53616 53617 53618 53619 53620 53621 53622 53623 53624 |
# File 'lib/aws-sdk-ec2/types.rb', line 53616 class ProvisionedBandwidth < Struct.new( :provision_time, :provisioned, :request_time, :requested, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
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?
53616 53617 53618 53619 53620 53621 53622 53623 53624 |
# File 'lib/aws-sdk-ec2/types.rb', line 53616 class ProvisionedBandwidth < Struct.new( :provision_time, :provisioned, :request_time, :requested, :status) SENSITIVE = [] include Aws::Structure end |