You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::StorageGateway::Types::DescribeSnapshotScheduleOutput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The snapshot description.

Returns:

  • (String)

    The snapshot description.

#recurrence_in_hoursInteger

The number of hours between snapshots.

Returns:

  • (Integer)

    The number of hours between snapshots.

#start_atInteger

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.

Returns:

  • (Integer)

    The hour of the day at which the snapshot schedule begins represented as hh, where hh is the hour (0 to 23).

#tagsArray<Types::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.

Returns:

  • (Array<Types::Tag>)

    A list of up to 50 tags assigned to the snapshot schedule, sorted alphabetically by key name.

#timezoneString

A value that indicates the time zone of the gateway.

Returns:

  • (String)

    A value that indicates the time zone of the gateway.

#volume_arnString

The Amazon Resource Name (ARN) of the volume that was specified in the request.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the volume that was specified in the request.