class Aws::SecurityHub::Types::AvailabilityZone

Information about an Availability Zone.

@note When making an API call, you may pass AvailabilityZone

data as a hash:

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

@!attribute [rw] zone_name

The name of the Availability Zone.
@return [String]

@!attribute [rw] subnet_id

The ID of the subnet. You can specify one subnet per Availability
Zone.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AvailabilityZone AWS API Documentation

Constants

SENSITIVE