DistributionBundle
public struct DistributionBundle : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the bundle.
Declaration
Swift
public let bundleId: String?
-
Indicates whether the bundle is active, and can be specified for a new distribution.
Declaration
Swift
public let isActive: Bool?
-
The name of the distribution bundle.
Declaration
Swift
public let name: String?
-
The monthly price, in US dollars, of the bundle.
Declaration
Swift
public let price: Float?
-
The monthly network transfer quota of the bundle.
Declaration
Swift
public let transferPerMonthInGb: Int?
-
Undocumented
Declaration
Swift
public init(bundleId: String? = nil, isActive: Bool? = nil, name: String? = nil, price: Float? = nil, transferPerMonthInGb: Int? = nil)