Class: Aws::Lightsail::Types::GetBundlesResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#bundlesArray<Types::Bundle>

An array of key-value pairs that contains information about the available bundles.

Returns:



2932
2933
2934
2935
2936
# File 'lib/aws-sdk-lightsail/types.rb', line 2932

class GetBundlesResult < Struct.new(
  :bundles,
  :next_page_token)
  include Aws::Structure
end

#next_page_tokenString

A token used for advancing to the next page of results from your get active names request.

Returns:

  • (String)


2932
2933
2934
2935
2936
# File 'lib/aws-sdk-lightsail/types.rb', line 2932

class GetBundlesResult < Struct.new(
  :bundles,
  :next_page_token)
  include Aws::Structure
end