Class: Aws::Glue::Types::ListUsageProfilesRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of usage profiles to return in a single response.

Returns:

  • (Integer)


16378
16379
16380
16381
16382
16383
# File 'lib/aws-sdk-glue/types.rb', line 16378

class ListUsageProfilesRequest < Struct.new(
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A continuation token, included if this is a continuation call.

Returns:

  • (String)


16378
16379
16380
16381
16382
16383
# File 'lib/aws-sdk-glue/types.rb', line 16378

class ListUsageProfilesRequest < Struct.new(
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end