Class: Aws::EC2::Types::ModifySnapshotTierResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ModifySnapshotTierResult
- Defined in:
- gems/aws-sdk-ec2/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.
49807 49808 49809 49810 49811 49812 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 49807 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.
49807 49808 49809 49810 49811 49812 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 49807 class ModifySnapshotTierResult < Struct.new( :snapshot_id, :tiering_start_time) SENSITIVE = [] include Aws::Structure end |