DataRetrievalRule
public struct DataRetrievalRule : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The maximum number of bytes that can be retrieved in an hour. This field is required only if the value of the Strategy field is BytesPerHour. Your PUT operation will be rejected if the Strategy field is not set to BytesPerHour and you set this field.
Declaration
Swift
public let bytesPerHour: Int64?
-
The type of data retrieval policy to set. Valid values: BytesPerHour|FreeTier|None
Declaration
Swift
public let strategy: String?
-
Undocumented
Declaration
Swift
public init(bytesPerHour: Int64? = nil, strategy: String? = nil)