Class: Aws::Glue::Types::ListDevEndpointsResponse

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

#dev_endpoint_namesArray<String>

The names of all the ‘DevEndpoint`s in the account, or the `DevEndpoint`s with the specified tags.

Returns:

  • (Array<String>)


15082
15083
15084
15085
15086
15087
# File 'lib/aws-sdk-glue/types.rb', line 15082

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

#next_tokenString

A continuation token, if the returned list does not contain the last metric available.

Returns:

  • (String)


15082
15083
15084
15085
15086
15087
# File 'lib/aws-sdk-glue/types.rb', line 15082

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