Class: Aws::EC2::Types::CopySnapshotResult

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

Overview

Contains the output of CopySnapshot.

Instance Attribute Summary collapse

Instance Attribute Details

#snapshot_idString

The ID of the new snapshot.

Returns:

  • (String)


3843
3844
3845
3846
# File 'lib/aws-sdk-ec2/types.rb', line 3843

class CopySnapshotResult < Struct.new(
  :snapshot_id)
  include Aws::Structure
end