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
show all
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

Instance Attribute Details

#ipv_6_cidr_blockString

The IPv6 CIDR block for your subnet. The subnet must have a /64 prefix length.

Returns:

  • (String)

    The IPv6 CIDR block for your subnet.

#subnet_idString

The ID of your subnet.

Returns:

  • (String)

    The ID of your subnet.