Aws Ec2Security Group Properties Response
data class AwsEc2SecurityGroupPropertiesResponse(val description: String? = null, val groupId: String? = null, val groupName: String? = null, val ipPermissions: List<IpPermissionResponse>? = null, val ipPermissionsEgress: List<IpPermissionResponse>? = null, val ownerId: String? = null, val tags: List<TagResponse>? = null, val vpcId: String? = null)
Definition of awsEc2SecurityGroup
Constructors
Link copied to clipboard
constructor(description: String? = null, groupId: String? = null, groupName: String? = null, ipPermissions: List<IpPermissionResponse>? = null, ipPermissionsEgress: List<IpPermissionResponse>? = null, ownerId: String? = null, tags: List<TagResponse>? = null, vpcId: String? = null)