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)


65335
65336
65337
65338
65339
# File 'lib/aws-sdk-ec2/types.rb', line 65335

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