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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/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)


15951
15952
15953
15954
15955
15956
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15951

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)


15951
15952
15953
15954
15955
15956
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15951

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