StaleSecurityGroup
public struct StaleSecurityGroup : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The description of the security group.
Declaration
Swift
public let description: String? -
The ID of the security group.
Declaration
Swift
public let groupId: String? -
The name of the security group.
Declaration
Swift
public let groupName: String? -
Information about the stale inbound rules in the security group.
Declaration
Swift
public let staleIpPermissions: [StaleIpPermission]? -
Information about the stale outbound rules in the security group.
Declaration
Swift
public let staleIpPermissionsEgress: [StaleIpPermission]? -
The ID of the VPC for the security group.
Declaration
Swift
public let vpcId: String? -
Undocumented
Declaration
Swift
public init(description: String? = nil, groupId: String? = nil, groupName: String? = nil, staleIpPermissions: [StaleIpPermission]? = nil, staleIpPermissionsEgress: [StaleIpPermission]? = nil, vpcId: String? = nil)
View on GitHub
StaleSecurityGroup Structure Reference