Class: Aws::Glue::Types::DeleteTriggerResponse

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

#nameString

The name of the trigger that was deleted.

Returns:

  • (String)


7564
7565
7566
7567
7568
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7564

class DeleteTriggerResponse < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end