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)


74712
74713
74714
74715
74716
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 74712

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