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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-storagegateway/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The snapshot description.

Returns:

  • (String)


3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
# File 'lib/aws-sdk-storagegateway/types.rb', line 3196

class DescribeSnapshotScheduleOutput < Struct.new(
  :volume_arn,
  :start_at,
  :recurrence_in_hours,
  :description,
  :timezone,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#recurrence_in_hoursInteger

The number of hours between snapshots.

Returns:

  • (Integer)


3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
# File 'lib/aws-sdk-storagegateway/types.rb', line 3196

class DescribeSnapshotScheduleOutput < Struct.new(
  :volume_arn,
  :start_at,
  :recurrence_in_hours,
  :description,
  :timezone,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#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)


3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
# File 'lib/aws-sdk-storagegateway/types.rb', line 3196

class DescribeSnapshotScheduleOutput < Struct.new(
  :volume_arn,
  :start_at,
  :recurrence_in_hours,
  :description,
  :timezone,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#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:



3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
# File 'lib/aws-sdk-storagegateway/types.rb', line 3196

class DescribeSnapshotScheduleOutput < Struct.new(
  :volume_arn,
  :start_at,
  :recurrence_in_hours,
  :description,
  :timezone,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#timezoneString

A value that indicates the time zone of the gateway.

Returns:

  • (String)


3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
# File 'lib/aws-sdk-storagegateway/types.rb', line 3196

class DescribeSnapshotScheduleOutput < Struct.new(
  :volume_arn,
  :start_at,
  :recurrence_in_hours,
  :description,
  :timezone,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#volume_arnString

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

Returns:

  • (String)


3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
# File 'lib/aws-sdk-storagegateway/types.rb', line 3196

class DescribeSnapshotScheduleOutput < Struct.new(
  :volume_arn,
  :start_at,
  :recurrence_in_hours,
  :description,
  :timezone,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end