Class: Aws::Lightsail::Types::GetStaticIpsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#page_tokenString

The token to advance to the next page of results from your request.

To get a page token, perform an initial GetStaticIps request. If your results are paginated, the response will return a next page token that you can specify as the page token in a subsequent request.

Returns:

  • (String)


9609
9610
9611
9612
9613
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 9609

class GetStaticIpsRequest < Struct.new(
  :page_token)
  SENSITIVE = []
  include Aws::Structure
end