Class: Aws::EC2::Types::ByoipCidr
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ByoipCidr
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Information about an address range that is provisioned for use with your Amazon Web Services resources through bring your own IP addresses (BYOIP).
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cidr ⇒ String
The address range, in CIDR notation.
-
#description ⇒ String
The description of the address range.
-
#state ⇒ String
The state of the address pool.
-
#status_message ⇒ String
Upon success, contains the ID of the address pool.
Instance Attribute Details
#cidr ⇒ String
The address range, in CIDR notation.
3656 3657 3658 3659 3660 3661 3662 3663 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 3656 class ByoipCidr < Struct.new( :cidr, :description, :status_message, :state) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the address range.
3656 3657 3658 3659 3660 3661 3662 3663 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 3656 class ByoipCidr < Struct.new( :cidr, :description, :status_message, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The state of the address pool.
3656 3657 3658 3659 3660 3661 3662 3663 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 3656 class ByoipCidr < Struct.new( :cidr, :description, :status_message, :state) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
Upon success, contains the ID of the address pool. Otherwise, contains an error message.
3656 3657 3658 3659 3660 3661 3662 3663 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 3656 class ByoipCidr < Struct.new( :cidr, :description, :status_message, :state) SENSITIVE = [] include Aws::Structure end |