Class: Aws::EC2::Types::ModifySnapshotTierResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ModifySnapshotTierResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#snapshot_id ⇒ String
The ID of the snapshot.
-
#tiering_start_time ⇒ Time
The date and time when the archive process was started.
Instance Attribute Details
#snapshot_id ⇒ String
The ID of the snapshot.
53344 53345 53346 53347 53348 53349 |
# File 'lib/aws-sdk-ec2/types.rb', line 53344 class ModifySnapshotTierResult < Struct.new( :snapshot_id, :tiering_start_time) SENSITIVE = [] include Aws::Structure end |
#tiering_start_time ⇒ Time
The date and time when the archive process was started.
53344 53345 53346 53347 53348 53349 |
# File 'lib/aws-sdk-ec2/types.rb', line 53344 class ModifySnapshotTierResult < Struct.new( :snapshot_id, :tiering_start_time) SENSITIVE = [] include Aws::Structure end |