GrantFlowEntitlementsResponse
public struct GrantFlowEntitlementsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The entitlements that were just granted.
Declaration
Swift
public let entitlements: [Entitlement]?
-
The ARN of the flow that these entitlements were granted to.
Declaration
Swift
public let flowArn: String?
-
Undocumented
Declaration
Swift
public init(entitlements: [Entitlement]? = nil, flowArn: String? = nil)