GetSecurityGroupVpcAssociationResult

data class GetSecurityGroupVpcAssociationResult(val state: SecurityGroupVpcAssociationState? = null, val stateReason: String? = null, val vpcOwnerId: String? = null)

Constructors

Link copied to clipboard
constructor(state: SecurityGroupVpcAssociationState? = null, stateReason: String? = null, vpcOwnerId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The state of the security group vpc association.

Link copied to clipboard
val stateReason: String? = null

The reason for the state of the security group vpc association.

Link copied to clipboard
val vpcOwnerId: String? = null

The owner of the VPC in the security group vpc association.