Class: Aws::Route53::Types::LocationSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Route53::Types::LocationSummary
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-route53/types.rb
 
Overview
A complex type that contains information about the CIDR location.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #location_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A string that specifies a location name.
 
Instance Attribute Details
#location_name ⇒ String
A string that specifies a location name.
      6024 6025 6026 6027 6028  | 
    
      # File 'lib/aws-sdk-route53/types.rb', line 6024 class LocationSummary < Struct.new( :location_name) SENSITIVE = [] include Aws::Structure end  |