Class: Aws::EC2::Types::ProvisionByoipCidrResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ProvisionByoipCidrResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#byoip_cidr ⇒ Types::ByoipCidr
Information about the address range.
Instance Attribute Details
#byoip_cidr ⇒ Types::ByoipCidr
Information about the address range.
56521 56522 56523 56524 56525 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 56521 class ProvisionByoipCidrResult < Struct.new( :byoip_cidr) SENSITIVE = [] include Aws::Structure end |