AWSEC2DescribeSnapshotAttributeResult

Objective-C

@interface AWSEC2DescribeSnapshotAttributeResult

Swift

class AWSEC2DescribeSnapshotAttributeResult
  • The users and groups that have the permissions for creating volumes from the snapshot.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSEC2CreateVolumePermission *> *_Nullable createVolumePermissions;

    Swift

    var createVolumePermissions: [AWSEC2CreateVolumePermission]? { get set }
  • The product codes.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSEC2ProductCode *> *_Nullable productCodes;

    Swift

    var productCodes: [AWSEC2ProductCode]? { get set }
  • The ID of the EBS snapshot.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable snapshotId;

    Swift

    var snapshotId: String? { get set }