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

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)


67082
67083
67084
67085
67086
# File 'lib/aws-sdk-ec2/types.rb', line 67082

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