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

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 new snapshot.

Returns:

  • (String)


7310
7311
7312
7313
7314
7315
# File 'lib/aws-sdk-ec2/types.rb', line 7310

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

#tagsArray<Types::Tag>

Any tags applied to the new snapshot.

Returns:



7310
7311
7312
7313
7314
7315
# File 'lib/aws-sdk-ec2/types.rb', line 7310

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