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

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

Returns:

  • (String)


6617
6618
6619
6620
6621
6622
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 6617

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

#tagsArray<Types::Tag>

Any tags applied to the new snapshot.

Returns:



6617
6618
6619
6620
6621
6622
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 6617

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