Class: Aws::SecurityHub::Types::AvailabilityZone
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AvailabilityZone
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Information about an Availability Zone.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#subnet_id ⇒ String
The ID of the subnet.
-
#zone_name ⇒ String
The name of the Availability Zone.
Instance Attribute Details
#subnet_id ⇒ String
The ID of the subnet. You can specify one subnet per Availability Zone.
1191 1192 1193 1194 1195 1196 |
# File 'lib/aws-sdk-securityhub/types.rb', line 1191 class AvailabilityZone < Struct.new( :zone_name, :subnet_id) SENSITIVE = [] include Aws::Structure end |
#zone_name ⇒ String
The name of the Availability Zone.
1191 1192 1193 1194 1195 1196 |
# File 'lib/aws-sdk-securityhub/types.rb', line 1191 class AvailabilityZone < Struct.new( :zone_name, :subnet_id) SENSITIVE = [] include Aws::Structure end |