Class: Aws::Lightsail::Types::GetLoadBalancerTlsPoliciesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::GetLoadBalancerTlsPoliciesRequest
- 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.
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 ‘GetLoadBalancerTlsPolicies` 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.
8660 8661 8662 8663 8664 |
# File 'lib/aws-sdk-lightsail/types.rb', line 8660 class GetLoadBalancerTlsPoliciesRequest < Struct.new( :page_token) SENSITIVE = [] include Aws::Structure end |