Class: Aws::Outposts::Types::CreateOutpostInput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Outposts::Types::CreateOutpostInput
 
- Defined in:
- gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #availability_zone  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Availability Zone. 
- 
  
    
      #availability_zone_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the Availability Zone. 
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The description of the Outpost. 
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the Outpost. 
- 
  
    
      #site_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID or the Amazon Resource Name (ARN) of the site. 
- 
  
    
      #supported_hardware_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The type of hardware for this Outpost. 
- 
  
    
      #tags  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The tags to apply to the Outpost. 
Instance Attribute Details
#availability_zone ⇒ String
The Availability Zone.
| 551 552 553 554 555 556 557 558 559 560 561 | # File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 551 class CreateOutpostInput < Struct.new( :name, :description, :site_id, :availability_zone, :availability_zone_id, :tags, :supported_hardware_type) SENSITIVE = [] include Aws::Structure end | 
#availability_zone_id ⇒ String
The ID of the Availability Zone.
| 551 552 553 554 555 556 557 558 559 560 561 | # File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 551 class CreateOutpostInput < Struct.new( :name, :description, :site_id, :availability_zone, :availability_zone_id, :tags, :supported_hardware_type) SENSITIVE = [] include Aws::Structure end | 
#description ⇒ String
The description of the Outpost.
| 551 552 553 554 555 556 557 558 559 560 561 | # File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 551 class CreateOutpostInput < Struct.new( :name, :description, :site_id, :availability_zone, :availability_zone_id, :tags, :supported_hardware_type) SENSITIVE = [] include Aws::Structure end | 
#name ⇒ String
The name of the Outpost.
| 551 552 553 554 555 556 557 558 559 560 561 | # File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 551 class CreateOutpostInput < Struct.new( :name, :description, :site_id, :availability_zone, :availability_zone_id, :tags, :supported_hardware_type) SENSITIVE = [] include Aws::Structure end | 
#site_id ⇒ String
The ID or the Amazon Resource Name (ARN) of the site.
| 551 552 553 554 555 556 557 558 559 560 561 | # File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 551 class CreateOutpostInput < Struct.new( :name, :description, :site_id, :availability_zone, :availability_zone_id, :tags, :supported_hardware_type) SENSITIVE = [] include Aws::Structure end | 
#supported_hardware_type ⇒ String
The type of hardware for this Outpost.
| 551 552 553 554 555 556 557 558 559 560 561 | # File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 551 class CreateOutpostInput < Struct.new( :name, :description, :site_id, :availability_zone, :availability_zone_id, :tags, :supported_hardware_type) SENSITIVE = [] include Aws::Structure end | 
#tags ⇒ Hash<String,String>
The tags to apply to the Outpost.
| 551 552 553 554 555 556 557 558 559 560 561 | # File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 551 class CreateOutpostInput < Struct.new( :name, :description, :site_id, :availability_zone, :availability_zone_id, :tags, :supported_hardware_type) SENSITIVE = [] include Aws::Structure end |