Class: Aws::Types::CompleteSnapshotRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#changed_blocks_count ⇒ ::Integer

Returns the value of attribute changed_blocks_count.

Returns:

  • (::Integer)


32
33
34
# File 'sig/types.rbs', line 32

def changed_blocks_count
  @changed_blocks_count
end

#checksum ⇒ ::String

Returns the value of attribute checksum.

Returns:

  • (::String)


33
34
35
# File 'sig/types.rbs', line 33

def checksum
  @checksum
end

#checksum_aggregation_method ⇒ "LINEAR"

Returns the value of attribute checksum_aggregation_method.

Returns:

  • ("LINEAR")


35
36
37
# File 'sig/types.rbs', line 35

def checksum_aggregation_method
  @checksum_aggregation_method
end

#checksum_algorithm ⇒ "SHA256"

Returns the value of attribute checksum_algorithm.

Returns:

  • ("SHA256")


34
35
36
# File 'sig/types.rbs', line 34

def checksum_algorithm
  @checksum_algorithm
end

#snapshot_id ⇒ ::String

Returns the value of attribute snapshot_id.

Returns:

  • (::String)


31
32
33
# File 'sig/types.rbs', line 31

def snapshot_id
  @snapshot_id
end