DescribeNetworkInterfaceAttributeResult
public struct DescribeNetworkInterfaceAttributeResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The attachment (if any) of the network interface.
Declaration
Swift
public let attachment: NetworkInterfaceAttachment?
-
The description of the network interface.
Declaration
Swift
public let description: AttributeValue?
-
The security groups associated with the network interface.
Declaration
Swift
public let groups: [GroupIdentifier]?
-
The ID of the network interface.
Declaration
Swift
public let networkInterfaceId: String?
-
Indicates whether source/destination checking is enabled.
Declaration
Swift
public let sourceDestCheck: AttributeBooleanValue?
-
Undocumented
Declaration
Swift
public init(attachment: NetworkInterfaceAttachment? = nil, description: AttributeValue? = nil, groups: [GroupIdentifier]? = nil, networkInterfaceId: String? = nil, sourceDestCheck: AttributeBooleanValue? = nil)