Class: Aws::EC2::Types::ModifySnapshotTierResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#snapshot_idString

The ID of the snapshot.

Returns:

  • (String)


49219
49220
49221
49222
49223
49224
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 49219

class ModifySnapshotTierResult < Struct.new(
  :snapshot_id,
  :tiering_start_time)
  SENSITIVE = []
  include Aws::Structure
end

#tiering_start_timeTime

The date and time when the archive process was started.

Returns:

  • (Time)


49219
49220
49221
49222
49223
49224
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 49219

class ModifySnapshotTierResult < Struct.new(
  :snapshot_id,
  :tiering_start_time)
  SENSITIVE = []
  include Aws::Structure
end