Class: Aws::Glue::Types::ListDevEndpointsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ListDevEndpointsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dev_endpoint_names ⇒ Array<String>
The names of all the ‘DevEndpoint`s in the account, or the `DevEndpoint`s with the specified tags.
-
#next_token ⇒ String
A continuation token, if the returned list does not contain the last metric available.
Instance Attribute Details
#dev_endpoint_names ⇒ Array<String>
The names of all the ‘DevEndpoint`s in the account, or the `DevEndpoint`s with the specified tags.
16253 16254 16255 16256 16257 16258 |
# File 'lib/aws-sdk-glue/types.rb', line 16253 class ListDevEndpointsResponse < Struct.new( :dev_endpoint_names, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A continuation token, if the returned list does not contain the last metric available.
16253 16254 16255 16256 16257 16258 |
# File 'lib/aws-sdk-glue/types.rb', line 16253 class ListDevEndpointsResponse < Struct.new( :dev_endpoint_names, :next_token) SENSITIVE = [] include Aws::Structure end |