Class: Aws::Lightsail::Types::GetInstancesRequest

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

Overview

Note:

When making an API call, you may pass GetInstancesRequest data as a hash:

{
  page_token: "string",
}

Instance Attribute Summary collapse

Instance Attribute Details

#page_tokenString

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

Returns:

  • (String)


3485
3486
3487
3488
# File 'lib/aws-sdk-lightsail/types.rb', line 3485

class GetInstancesRequest < Struct.new(
  :page_token)
  include Aws::Structure
end