Class: Aws::Types::GetSnapshotBlockResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:block_data])

Instance Attribute Summary collapse

Instance Attribute Details

#block_data ⇒ ::IO

Returns the value of attribute block_data.

Returns:

  • (::IO)


63
64
65
# File 'sig/types.rbs', line 63

def block_data
  @block_data
end

#checksum ⇒ ::String

Returns the value of attribute checksum.

Returns:

  • (::String)


64
65
66
# File 'sig/types.rbs', line 64

def checksum
  @checksum
end

#checksum_algorithm ⇒ "SHA256"

Returns the value of attribute checksum_algorithm.

Returns:

  • ("SHA256")


65
66
67
# File 'sig/types.rbs', line 65

def checksum_algorithm
  @checksum_algorithm
end

#data_length ⇒ ::Integer

Returns the value of attribute data_length.

Returns:

  • (::Integer)


62
63
64
# File 'sig/types.rbs', line 62

def data_length
  @data_length
end