Class: Aws::Glue::Types::ListConnectionTypesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ListConnectionTypesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return.
-
#next_token ⇒ String
A continuation token, if this is a continuation call.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return.
17792 17793 17794 17795 17796 17797 |
# File 'lib/aws-sdk-glue/types.rb', line 17792 class ListConnectionTypesRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A continuation token, if this is a continuation call.
17792 17793 17794 17795 17796 17797 |
# File 'lib/aws-sdk-glue/types.rb', line 17792 class ListConnectionTypesRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |