ListedEntitlement
public struct ListedEntitlement : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Percentage from 0-100 of the data transfer cost to be billed to the subscriber.
Declaration
Swift
public let dataTransferSubscriberFeePercent: Int?
-
The ARN of the entitlement.
Declaration
Swift
public let entitlementArn: String
-
The name of the entitlement.
Declaration
Swift
public let entitlementName: String
-
Undocumented
Declaration
Swift
public init(dataTransferSubscriberFeePercent: Int? = nil, entitlementArn: String, entitlementName: String)