Class: Aws::StorageGateway::Types::DescribeSnapshotScheduleOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::DescribeSnapshotScheduleOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The snapshot description.
-
#recurrence_in_hours ⇒ Integer
The number of hours between snapshots.
-
#start_at ⇒ Integer
The hour of the day at which the snapshot schedule begins represented as hh, where hh is the hour (0 to 23).
-
#tags ⇒ Array<Types::Tag>
A list of up to 50 tags assigned to the snapshot schedule, sorted alphabetically by key name.
-
#timezone ⇒ String
A value that indicates the time zone of the gateway.
-
#volume_arn ⇒ String
The Amazon Resource Name (ARN) of the volume that was specified in the request.
Instance Attribute Details
#description ⇒ String
The snapshot description.
3351 3352 3353 3354 3355 3356 3357 3358 3359 3360 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 3351 class DescribeSnapshotScheduleOutput < Struct.new( :volume_arn, :start_at, :recurrence_in_hours, :description, :timezone, :tags) SENSITIVE = [] include Aws::Structure end |
#recurrence_in_hours ⇒ Integer
The number of hours between snapshots.
3351 3352 3353 3354 3355 3356 3357 3358 3359 3360 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 3351 class DescribeSnapshotScheduleOutput < Struct.new( :volume_arn, :start_at, :recurrence_in_hours, :description, :timezone, :tags) SENSITIVE = [] include Aws::Structure end |
#start_at ⇒ Integer
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.
3351 3352 3353 3354 3355 3356 3357 3358 3359 3360 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 3351 class DescribeSnapshotScheduleOutput < Struct.new( :volume_arn, :start_at, :recurrence_in_hours, :description, :timezone, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<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.
3351 3352 3353 3354 3355 3356 3357 3358 3359 3360 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 3351 class DescribeSnapshotScheduleOutput < Struct.new( :volume_arn, :start_at, :recurrence_in_hours, :description, :timezone, :tags) SENSITIVE = [] include Aws::Structure end |
#timezone ⇒ String
A value that indicates the time zone of the gateway.
3351 3352 3353 3354 3355 3356 3357 3358 3359 3360 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 3351 class DescribeSnapshotScheduleOutput < Struct.new( :volume_arn, :start_at, :recurrence_in_hours, :description, :timezone, :tags) SENSITIVE = [] include Aws::Structure end |
#volume_arn ⇒ String
The Amazon Resource Name (ARN) of the volume that was specified in the request.
3351 3352 3353 3354 3355 3356 3357 3358 3359 3360 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 3351 class DescribeSnapshotScheduleOutput < Struct.new( :volume_arn, :start_at, :recurrence_in_hours, :description, :timezone, :tags) SENSITIVE = [] include Aws::Structure end |