Class: Aws::Glue::Types::DeleteDevEndpointRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::DeleteDevEndpointRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Note:
When making an API call, you may pass DeleteDevEndpointRequest data as a hash:
{
endpoint_name: "GenericString", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoint_name ⇒ String
The name of the `DevEndpoint`.
Instance Attribute Details
#endpoint_name ⇒ String
The name of the `DevEndpoint`.
8447 8448 8449 8450 8451 |
# File 'lib/aws-sdk-glue/types.rb', line 8447 class DeleteDevEndpointRequest < Struct.new( :endpoint_name) SENSITIVE = [] include Aws::Structure end |