AwsRdsDbSubnetGroupSubnet
public struct AwsRdsDbSubnetGroupSubnet : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Information about the Availability Zone for a subnet in the subnet group.
Declaration
Swift
public let subnetAvailabilityZone: AwsRdsDbSubnetGroupSubnetAvailabilityZone? -
The identifier of a subnet in the subnet group.
Declaration
Swift
public let subnetIdentifier: String? -
The status of a subnet in the subnet group.
Declaration
Swift
public let subnetStatus: String? -
Undocumented
Declaration
Swift
public init(subnetAvailabilityZone: AwsRdsDbSubnetGroupSubnetAvailabilityZone? = nil, subnetIdentifier: String? = nil, subnetStatus: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
AwsRdsDbSubnetGroupSubnet Structure Reference