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.
52585 52586 52587 52588 52589 52590 |
# File 'lib/aws-sdk-ec2/types.rb', line 52585 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.
52585 52586 52587 52588 52589 52590 |
# File 'lib/aws-sdk-ec2/types.rb', line 52585 class ModifySnapshotTierResult < Struct.new( :snapshot_id, :tiering_start_time) SENSITIVE = [] include Aws::Structure end |