You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::EC2::Types::AssociateSubnetCidrBlockRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::AssociateSubnetCidrBlockRequest
- Defined in:
- (unknown)
Overview
Note:
When passing AssociateSubnetCidrBlockRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
ipv_6_cidr_block: "String", # required
subnet_id: "SubnetId", # required
}
Instance Attribute Summary collapse
-
#ipv_6_cidr_block ⇒ String
The IPv6 CIDR block for your subnet.
-
#subnet_id ⇒ String
The ID of your subnet.
Instance Attribute Details
#ipv_6_cidr_block ⇒ String
The IPv6 CIDR block for your subnet. The subnet must have a /64 prefix length.
#subnet_id ⇒ String
The ID of your subnet.