UpdateFlowEntitlementResponse
public struct UpdateFlowEntitlementResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Undocumented
Declaration
Swift
public let entitlement: Entitlement? -
The ARN of the flow that this entitlement was granted on.
Declaration
Swift
public let flowArn: String? -
Undocumented
Declaration
Swift
public init(entitlement: Entitlement? = nil, flowArn: String? = nil)
View on GitHub
UpdateFlowEntitlementResponse Structure Reference