Class: Aws::Glue::Types::GetDevEndpointsRequest

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

Overview

Note:

When making an API call, you may pass GetDevEndpointsRequest data as a hash:

{
  max_results: 1,
  next_token: "GenericString",
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum size of information to return.

Returns:

  • (Integer)


7292
7293
7294
7295
7296
7297
# File 'lib/aws-sdk-glue/types.rb', line 7292

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

#next_tokenString

A continuation token, if this is a continuation call.

Returns:

  • (String)


7292
7293
7294
7295
7296
7297
# File 'lib/aws-sdk-glue/types.rb', line 7292

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