Class: Aws::EC2::Types::UnlockSnapshotResult

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)


66276
66277
66278
66279
66280
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66276

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