Class: Aws::Route53::Types::CreateCidrCollectionResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Route53::Types::CreateCidrCollectionResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-route53/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #collection  ⇒ Types::CidrCollection 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A complex type that contains information about the CIDR collection.
 - 
  
    
      #location  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A unique URL that represents the location for the CIDR collection.
 
Instance Attribute Details
#collection ⇒ Types::CidrCollection
A complex type that contains information about the CIDR collection.
      1199 1200 1201 1202 1203 1204  | 
    
      # File 'lib/aws-sdk-route53/types.rb', line 1199 class CreateCidrCollectionResponse < Struct.new( :collection, :location) SENSITIVE = [] include Aws::Structure end  | 
  
#location ⇒ String
A unique URL that represents the location for the CIDR collection.
      1199 1200 1201 1202 1203 1204  | 
    
      # File 'lib/aws-sdk-route53/types.rb', line 1199 class CreateCidrCollectionResponse < Struct.new( :collection, :location) SENSITIVE = [] include Aws::Structure end  |