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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The snapshot description.

Returns:

  • (String)


3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3318

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)


3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3318

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)


3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3318

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:



3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3318

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)


3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3318

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)


3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3318

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