Class: Aws::EC2::Types::Ipv6CidrAssociation
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::Ipv6CidrAssociation
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes an IPv6 CIDR block association.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #associated_resource  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The resource that’s associated with the IPv6 CIDR block.
 - 
  
    
      #ipv_6_cidr  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The IPv6 CIDR block.
 
Instance Attribute Details
#associated_resource ⇒ String
The resource that’s associated with the IPv6 CIDR block.
      46954 46955 46956 46957 46958 46959  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 46954 class Ipv6CidrAssociation < Struct.new( :ipv_6_cidr, :associated_resource) SENSITIVE = [] include Aws::Structure end  | 
  
#ipv_6_cidr ⇒ String
The IPv6 CIDR block.
      46954 46955 46956 46957 46958 46959  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 46954 class Ipv6CidrAssociation < Struct.new( :ipv_6_cidr, :associated_resource) SENSITIVE = [] include Aws::Structure end  |