Class: Aws::Types::GetSnapshotBlockRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#block_index ⇒ ::Integer

Returns the value of attribute block_index.

Returns:

  • (::Integer)


56
57
58
# File 'sig/types.rbs', line 56

def block_index
  @block_index
end

#block_token ⇒ ::String

Returns the value of attribute block_token.

Returns:

  • (::String)


57
58
59
# File 'sig/types.rbs', line 57

def block_token
  @block_token
end

#snapshot_id ⇒ ::String

Returns the value of attribute snapshot_id.

Returns:

  • (::String)


55
56
57
# File 'sig/types.rbs', line 55

def snapshot_id
  @snapshot_id
end