Class: Aws::Lightsail::Types::GetSetupHistoryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::GetSetupHistoryRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#page_token ⇒ String
The token to advance to the next page of results from your request.
-
#resource_name ⇒ String
The name of the resource for which you are requesting information.
Instance Attribute Details
#page_token ⇒ String
The token to advance to the next page of results from your request.
To get a page token, perform an initial ‘GetSetupHistory` 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.
9559 9560 9561 9562 9563 9564 |
# File 'lib/aws-sdk-lightsail/types.rb', line 9559 class GetSetupHistoryRequest < Struct.new( :resource_name, :page_token) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
The name of the resource for which you are requesting information.
9559 9560 9561 9562 9563 9564 |
# File 'lib/aws-sdk-lightsail/types.rb', line 9559 class GetSetupHistoryRequest < Struct.new( :resource_name, :page_token) SENSITIVE = [] include Aws::Structure end |