DescribeSnapshotAttributeResult
public struct DescribeSnapshotAttributeResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The users and groups that have the permissions for creating volumes from the snapshot.
Declaration
Swift
public let createVolumePermissions: [CreateVolumePermission]?
-
The product codes.
Declaration
Swift
public let productCodes: [ProductCode]?
-
The ID of the EBS snapshot.
Declaration
Swift
public let snapshotId: String?
-
Undocumented
Declaration
Swift
public init(createVolumePermissions: [CreateVolumePermission]? = nil, productCodes: [ProductCode]? = nil, snapshotId: String? = nil)