Class: Aws::Glue::Types::ListDevEndpointsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ListDevEndpointsResponse
- Defined in:
- gems/aws-sdk-glue/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 theDevEndpoint
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.
14918 14919 14920 14921 14922 14923 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14918 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.
14918 14919 14920 14921 14922 14923 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14918 class ListDevEndpointsResponse < Struct.new( :dev_endpoint_names, :next_token) SENSITIVE = [] include Aws::Structure end |