Class: Aws::EC2::Types::AssociateSubnetCidrBlockResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::AssociateSubnetCidrBlockResult
 
 
- 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 association.
 - 
  
    
      #subnet_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the subnet.
 
Instance Attribute Details
#ipv_6_cidr_block_association ⇒ Types::SubnetIpv6CidrBlockAssociation
Information about the IPv6 association.
      2521 2522 2523 2524 2525 2526  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 2521 class AssociateSubnetCidrBlockResult < Struct.new( :ipv_6_cidr_block_association, :subnet_id) SENSITIVE = [] include Aws::Structure end  | 
  
#subnet_id ⇒ String
The ID of the subnet.
      2521 2522 2523 2524 2525 2526  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 2521 class AssociateSubnetCidrBlockResult < Struct.new( :ipv_6_cidr_block_association, :subnet_id) SENSITIVE = [] include Aws::Structure end  |