Class: Aws::Outposts::Types::UpdateSiteAddressOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Outposts::Types::UpdateSiteAddressOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-outposts/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #address  ⇒ Types::Address 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about an address.
 - 
  
    
      #address_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of the address.
 
Instance Attribute Details
#address ⇒ Types::Address
Information about an address.
      2298 2299 2300 2301 2302 2303  | 
    
      # File 'lib/aws-sdk-outposts/types.rb', line 2298 class UpdateSiteAddressOutput < Struct.new( :address_type, :address) SENSITIVE = [] include Aws::Structure end  | 
  
#address_type ⇒ String
The type of the address.
      2298 2299 2300 2301 2302 2303  | 
    
      # File 'lib/aws-sdk-outposts/types.rb', line 2298 class UpdateSiteAddressOutput < Struct.new( :address_type, :address) SENSITIVE = [] include Aws::Structure end  |