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

Class: Aws::SecurityHub::Types::AvailabilityZone

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

Overview

Note:

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

{
  zone_name: "NonEmptyString",
  subnet_id: "NonEmptyString",
}

Information about an Availability Zone.

Instance Attribute Summary collapse

Instance Attribute Details

#subnet_idString

The ID of the subnet. You can specify one subnet per Availability Zone.

Returns:

  • (String)

    The ID of the subnet.

#zone_nameString

The name of the Availability Zone.

Returns:

  • (String)

    The name of the Availability Zone.