Class: Aws::CloudWatchEvents::Types::DeauthorizeConnectionRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the connection to remove authorization from.

Returns:

  • (String)


1032
1033
1034
1035
1036
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 1032

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