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)


66216
66217
66218
66219
66220
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66216

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