Block
public struct Block : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The block index.
Declaration
Swift
public let blockIndex: Int?
-
The block token for the block index.
Declaration
Swift
public let blockToken: String?
-
Undocumented
Declaration
Swift
public init(blockIndex: Int? = nil, blockToken: String? = nil)