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

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 size of information to return.

Returns:

  • (Integer)


10074
10075
10076
10077
10078
10079
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10074

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)


10074
10075
10076
10077
10078
10079
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10074

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