S3Location
public struct S3Location : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon S3 artifact bucket for an action’s artifacts.
Declaration
Swift
public let bucket: String?
-
The artifact name.
Declaration
Swift
public let key: String?
-
Undocumented
Declaration
Swift
public init(bucket: String? = nil, key: String? = nil)