Class: Aws::Outposts::Types::CreateOutpostInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zoneString

The Availability Zone.

Returns:

  • (String)


367
368
369
370
371
372
373
374
375
376
377
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 367

class CreateOutpostInput < Struct.new(
  :name,
  :description,
  :site_id,
  :availability_zone,
  :availability_zone_id,
  :tags,
  :supported_hardware_type)
  SENSITIVE = []
  include Aws::Structure
end

#availability_zone_idString

The ID of the Availability Zone.

Returns:

  • (String)


367
368
369
370
371
372
373
374
375
376
377
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 367

class CreateOutpostInput < Struct.new(
  :name,
  :description,
  :site_id,
  :availability_zone,
  :availability_zone_id,
  :tags,
  :supported_hardware_type)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the Outpost.

Returns:

  • (String)


367
368
369
370
371
372
373
374
375
376
377
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 367

class CreateOutpostInput < Struct.new(
  :name,
  :description,
  :site_id,
  :availability_zone,
  :availability_zone_id,
  :tags,
  :supported_hardware_type)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the Outpost.

Returns:

  • (String)


367
368
369
370
371
372
373
374
375
376
377
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 367

class CreateOutpostInput < Struct.new(
  :name,
  :description,
  :site_id,
  :availability_zone,
  :availability_zone_id,
  :tags,
  :supported_hardware_type)
  SENSITIVE = []
  include Aws::Structure
end

#site_idString

The ID or the Amazon Resource Name (ARN) of the site.

Returns:

  • (String)


367
368
369
370
371
372
373
374
375
376
377
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 367

class CreateOutpostInput < Struct.new(
  :name,
  :description,
  :site_id,
  :availability_zone,
  :availability_zone_id,
  :tags,
  :supported_hardware_type)
  SENSITIVE = []
  include Aws::Structure
end

#supported_hardware_typeString

The type of hardware for this Outpost.

Returns:

  • (String)


367
368
369
370
371
372
373
374
375
376
377
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 367

class CreateOutpostInput < Struct.new(
  :name,
  :description,
  :site_id,
  :availability_zone,
  :availability_zone_id,
  :tags,
  :supported_hardware_type)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags to apply to the Outpost.

Returns:

  • (Hash<String,String>)


367
368
369
370
371
372
373
374
375
376
377
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 367

class CreateOutpostInput < Struct.new(
  :name,
  :description,
  :site_id,
  :availability_zone,
  :availability_zone_id,
  :tags,
  :supported_hardware_type)
  SENSITIVE = []
  include Aws::Structure
end