Class: Aws::Lightsail::Types::GetDisksResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lightsail/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#disksArray<Types::Disk>

An array of objects containing information about all block storage disks.

Returns:



3100
3101
3102
3103
3104
# File 'lib/aws-sdk-lightsail/types.rb', line 3100

class GetDisksResult < Struct.new(
  :disks,
  :next_page_token)
  include Aws::Structure
end

#next_page_tokenString

A token used for advancing to the next page of results from your GetDisks request.

Returns:

  • (String)


3100
3101
3102
3103
3104
# File 'lib/aws-sdk-lightsail/types.rb', line 3100

class GetDisksResult < Struct.new(
  :disks,
  :next_page_token)
  include Aws::Structure
end