You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CreateOutpostInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  name: "OutpostName", # required
  description: "OutpostDescription",
  site_id: "SiteId", # required
  availability_zone: "AvailabilityZone",
  availability_zone_id: "AvailabilityZoneId",
}

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zoneString

The Availability Zone.

You must specify AvailabilityZone or AvailabilityZoneId.

Returns:

  • (String)

    The Availability Zone.

    You must specify AvailabilityZone or AvailabilityZoneId.

    .

#availability_zone_idString

The ID of the Availability Zone.

You must specify AvailabilityZone or AvailabilityZoneId.

Returns:

  • (String)

    The ID of the Availability Zone.

    You must specify AvailabilityZone or AvailabilityZoneId.

    .

#descriptionString

The Outpost description.

Returns:

  • (String)

    The Outpost description.

    .

#nameString

The name of the Outpost.

Returns:

  • (String)

    The name of the Outpost.

    .

#site_idString

The ID of the site.

Returns:

  • (String)

    The ID of the site.

    .