Class: Aws::Types::PutSnapshotBlockRequest

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)


112
113
114
# File 'sig/types.rbs', line 112

def block_data
  @block_data
end

#block_index ⇒ ::Integer

Returns the value of attribute block_index.

Returns:

  • (::Integer)


111
112
113
# File 'sig/types.rbs', line 111

def block_index
  @block_index
end

#checksum ⇒ ::String

Returns the value of attribute checksum.

Returns:

  • (::String)


115
116
117
# File 'sig/types.rbs', line 115

def checksum
  @checksum
end

#checksum_algorithm ⇒ "SHA256"

Returns the value of attribute checksum_algorithm.

Returns:

  • ("SHA256")


116
117
118
# File 'sig/types.rbs', line 116

def checksum_algorithm
  @checksum_algorithm
end

#data_length ⇒ ::Integer

Returns the value of attribute data_length.

Returns:

  • (::Integer)


113
114
115
# File 'sig/types.rbs', line 113

def data_length
  @data_length
end

#progress ⇒ ::Integer

Returns the value of attribute progress.

Returns:

  • (::Integer)


114
115
116
# File 'sig/types.rbs', line 114

def progress
  @progress
end

#snapshot_id ⇒ ::String

Returns the value of attribute snapshot_id.

Returns:

  • (::String)


110
111
112
# File 'sig/types.rbs', line 110

def snapshot_id
  @snapshot_id
end