Class: Aws::Types::ListChangedBlocksResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#block_size ⇒ ::Integer

Returns the value of attribute block_size.

Returns:

  • (::Integer)


87
88
89
# File 'sig/types.rbs', line 87

def block_size
  @block_size
end

#changed_blocks ⇒ ::Array[Types::ChangedBlock]

Returns the value of attribute changed_blocks.

Returns:



84
85
86
# File 'sig/types.rbs', line 84

def changed_blocks
  @changed_blocks
end

#expiry_time ⇒ ::Time

Returns the value of attribute expiry_time.

Returns:

  • (::Time)


85
86
87
# File 'sig/types.rbs', line 85

def expiry_time
  @expiry_time
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


88
89
90
# File 'sig/types.rbs', line 88

def next_token
  @next_token
end

#volume_size ⇒ ::Integer

Returns the value of attribute volume_size.

Returns:

  • (::Integer)


86
87
88
# File 'sig/types.rbs', line 86

def volume_size
  @volume_size
end