Class: Aws::EC2::Types::UnlockSnapshotResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::UnlockSnapshotResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#snapshot_id ⇒ String
The ID of the snapshot.
Instance Attribute Details
#snapshot_id ⇒ String
The ID of the snapshot.
83459 83460 83461 83462 83463 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 83459 class UnlockSnapshotResult < Struct.new( :snapshot_id) SENSITIVE = [] include Aws::Structure end |