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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


49072
49073
49074
49075
49076
49077
# File 'lib/aws-sdk-ec2/types.rb', line 49072

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)


49072
49073
49074
49075
49076
49077
# File 'lib/aws-sdk-ec2/types.rb', line 49072

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