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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 'lib/aws-sdk-ebs/types.rb', line 126

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