Class: Aws::Glue::Types::ListUsageProfilesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ListUsageProfilesRequest
- 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 usage profiles to return in a single response.
-
#next_token ⇒ String
A continuation token, included if this is a continuation call.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of usage profiles to return in a single response.
16702 16703 16704 16705 16706 16707 |
# File 'lib/aws-sdk-glue/types.rb', line 16702 class ListUsageProfilesRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A continuation token, included if this is a continuation call.
16702 16703 16704 16705 16706 16707 |
# File 'lib/aws-sdk-glue/types.rb', line 16702 class ListUsageProfilesRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |