AssetShallow
public struct AssetShallow : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the Asset.
Declaration
Swift
public let arn: String?
-
The time the Asset was initially submitted for Ingest.
Declaration
Swift
public let createdAt: String?
-
The unique identifier for the Asset.
Declaration
Swift
public let id: String?
-
The ID of the PackagingGroup for the Asset.
Declaration
Swift
public let packagingGroupId: String?
-
The resource ID to include in SPEKE key requests.
Declaration
Swift
public let resourceId: String?
-
ARN of the source object in S3.
Declaration
Swift
public let sourceArn: String?
-
The IAM role ARN used to access the source S3 bucket.
Declaration
Swift
public let sourceRoleArn: String?
-
Undocumented
Declaration
Swift
public let tags: [String : String]?
-
Undocumented
Declaration
Swift
public init(arn: String? = nil, createdAt: String? = nil, id: String? = nil, packagingGroupId: String? = nil, resourceId: String? = nil, sourceArn: String? = nil, sourceRoleArn: String? = nil, tags: [String : String]? = nil)