StartSnapshotResponse class

Constructors

StartSnapshotResponse({int? blockSize, String? description, String? kmsKeyArn, String? ownerId, String? parentSnapshotId, String? snapshotId, DateTime? startTime, Status? status, List<Tag>? tags, int? volumeSize})
StartSnapshotResponse.fromJson(Map<String, dynamic> json)
factory

Properties

blockSize int?
The size of the blocks in the snapshot, in bytes.
final
description String?
The description of the snapshot.
final
hashCode int
The hash code for this object.
no setterinherited
kmsKeyArn String?
The Amazon Resource Name (ARN) of the AWS Key Management Service (AWS KMS) customer master key (CMK) used to encrypt the snapshot.
final
ownerId String?
The AWS account ID of the snapshot owner.
final
parentSnapshotId String?
The ID of the parent snapshot.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
snapshotId String?
The ID of the snapshot.
final
startTime DateTime?
The timestamp when the snapshot was created.
final
status Status?
The status of the snapshot.
final
tags List<Tag>?
The tags applied to the snapshot. You can specify up to 50 tags per snapshot. For more information, see Tagging your Amazon EC2 resources in the Amazon Elastic Compute Cloud User Guide.
final
volumeSize int?
The size of the volume, in GiB.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited