Class: Aws::EC2::Types::DisassociateSubnetCidrBlockResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DisassociateSubnetCidrBlockResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ipv_6_cidr_block_association ⇒ Types::SubnetIpv6CidrBlockAssociation
Information about the IPv6 CIDR block association.
-
#subnet_id ⇒ String
The ID of the subnet.
Instance Attribute Details
#ipv_6_cidr_block_association ⇒ Types::SubnetIpv6CidrBlockAssociation
Information about the IPv6 CIDR block association.
31928 31929 31930 31931 31932 31933 |
# File 'lib/aws-sdk-ec2/types.rb', line 31928 class DisassociateSubnetCidrBlockResult < Struct.new( :ipv_6_cidr_block_association, :subnet_id) SENSITIVE = [] include Aws::Structure end |
#subnet_id ⇒ String
The ID of the subnet.
31928 31929 31930 31931 31932 31933 |
# File 'lib/aws-sdk-ec2/types.rb', line 31928 class DisassociateSubnetCidrBlockResult < Struct.new( :ipv_6_cidr_block_association, :subnet_id) SENSITIVE = [] include Aws::Structure end |