AwsEc2NetworkInterfaceDetails
public struct AwsEc2NetworkInterfaceDetails : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The network interface attachment.
Declaration
Swift
public let attachment: AwsEc2NetworkInterfaceAttachment? -
The ID of the network interface.
Declaration
Swift
public let networkInterfaceId: String? -
Security groups for the network interface.
Declaration
Swift
public let securityGroups: [AwsEc2NetworkInterfaceSecurityGroup]? -
Indicates whether traffic to or from the instance is validated.
Declaration
Swift
public let sourceDestCheck: Bool? -
Undocumented
Declaration
Swift
public init(attachment: AwsEc2NetworkInterfaceAttachment? = nil, networkInterfaceId: String? = nil, securityGroups: [AwsEc2NetworkInterfaceSecurityGroup]? = nil, sourceDestCheck: Bool? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
AwsEc2NetworkInterfaceDetails Structure Reference