RevokeFlowEntitlementResponse

public struct RevokeFlowEntitlementResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN of the entitlement that was revoked.

    Declaration

    Swift

    public let entitlementArn: String?
  • The ARN of the flow that the entitlement was revoked from.

    Declaration

    Swift

    public let flowArn: String?
  • Undocumented

    Declaration

    Swift

    public init(entitlementArn: String? = nil, flowArn: String? = nil)