Class: Aws::Outposts::Types::UpdateSiteAddressInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Outposts::Types::UpdateSiteAddressInput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-outposts/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #address  ⇒ Types::Address 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The address for the site.
 - 
  
    
      #address_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of the address.
 - 
  
    
      #site_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID or the Amazon Resource Name (ARN) of the site.
 
Instance Attribute Details
#address ⇒ Types::Address
The address for the site.
      2280 2281 2282 2283 2284 2285 2286  | 
    
      # File 'lib/aws-sdk-outposts/types.rb', line 2280 class UpdateSiteAddressInput < Struct.new( :site_id, :address_type, :address) SENSITIVE = [] include Aws::Structure end  | 
  
#address_type ⇒ String
The type of the address.
      2280 2281 2282 2283 2284 2285 2286  | 
    
      # File 'lib/aws-sdk-outposts/types.rb', line 2280 class UpdateSiteAddressInput < Struct.new( :site_id, :address_type, :address) SENSITIVE = [] include Aws::Structure end  | 
  
#site_id ⇒ String
The ID or the Amazon Resource Name (ARN) of the site.
      2280 2281 2282 2283 2284 2285 2286  | 
    
      # File 'lib/aws-sdk-outposts/types.rb', line 2280 class UpdateSiteAddressInput < Struct.new( :site_id, :address_type, :address) SENSITIVE = [] include Aws::Structure end  |