DescribeSnapshotScheduleOutput class

Constructors

DescribeSnapshotScheduleOutput({String? description, int? recurrenceInHours, int? startAt, List<Tag>? tags, String? timezone, String? volumeARN})
DescribeSnapshotScheduleOutput.fromJson(Map<String, dynamic> json)
factory

Properties

description String?
The snapshot description.
final
hashCode int
The hash code for this object.
no setterinherited
recurrenceInHours int?
The number of hours between snapshots.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startAt int?
The hour of the day at which the snapshot schedule begins represented as hh, where hh is the hour (0 to 23). The hour of the day is in the time zone of the gateway.
final
tags List<Tag>?
A list of up to 50 tags assigned to the snapshot schedule, sorted alphabetically by key name. Each tag is a key-value pair. For a gateway with more than 10 tags assigned, you can view all tags using the ListTagsForResource API operation.
final
timezone String?
A value that indicates the time zone of the gateway.
final
volumeARN String?
The Amazon Resource Name (ARN) of the volume that was specified in the request.
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