Get Flow Entitlement Result
data class GetFlowEntitlementResult(val description: String? = null, val encryption: FlowEntitlementEncryption? = null, val entitlementArn: String? = null, val entitlementStatus: FlowEntitlementEntitlementStatus? = null, val flowArn: String? = null, val subscribers: List<String>? = null)
Constructors
Link copied to clipboard
fun GetFlowEntitlementResult(description: String? = null, encryption: FlowEntitlementEncryption? = null, entitlementArn: String? = null, entitlementStatus: FlowEntitlementEntitlementStatus? = null, flowArn: String? = null, subscribers: List<String>? = null)