Class: Aws::SecurityHub::Types::AwsRdsDbSubnetGroupSubnetAvailabilityZone
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsRdsDbSubnetGroupSubnetAvailabilityZone
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
An Availability Zone for a subnet in a subnet group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the Availability Zone for a subnet in the subnet group.
Instance Attribute Details
#name ⇒ String
The name of the Availability Zone for a subnet in the subnet group.
17209 17210 17211 17212 17213 |
# File 'lib/aws-sdk-securityhub/types.rb', line 17209 class AwsRdsDbSubnetGroupSubnetAvailabilityZone < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |