Class: Aws::EBS::Types::CompleteSnapshotResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ebs/lib/aws-sdk-ebs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The status of the snapshot.

Returns:

  • (String)


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