Class: Aws::Types::ListSnapshotBlocksResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:blocks])

Instance Attribute Summary collapse

Instance Attribute Details

#block_size ⇒ ::Integer

Returns the value of attribute block_size.

Returns:

  • (::Integer)


104
105
106
# File 'sig/types.rbs', line 104

def block_size
  @block_size
end

#blocks ⇒ ::Array[Types::Block]

Returns the value of attribute blocks.

Returns:



101
102
103
# File 'sig/types.rbs', line 101

def blocks
  @blocks
end

#expiry_time ⇒ ::Time

Returns the value of attribute expiry_time.

Returns:

  • (::Time)


102
103
104
# File 'sig/types.rbs', line 102

def expiry_time
  @expiry_time
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


105
106
107
# File 'sig/types.rbs', line 105

def next_token
  @next_token
end

#volume_size ⇒ ::Integer

Returns the value of attribute volume_size.

Returns:

  • (::Integer)


103
104
105
# File 'sig/types.rbs', line 103

def volume_size
  @volume_size
end