Class: Aws::EBS::Types::CompleteSnapshotResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EBS::Types::CompleteSnapshotResponse
- Defined in:
- gems/aws-sdk-ebs/lib/aws-sdk-ebs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The status of the snapshot.
Instance Attribute Details
#status ⇒ String
The status of the snapshot.
126 127 128 129 130 |
# File 'gems/aws-sdk-ebs/lib/aws-sdk-ebs/types.rb', line 126 class CompleteSnapshotResponse < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |