Class: Aws::EventBridge::Types::UpdateConnectionRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-eventbridge/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auth_parametersTypes::UpdateConnectionAuthRequestParameters

The authorization parameters to use for the connection.



5164
5165
5166
5167
5168
5169
5170
5171
# File 'lib/aws-sdk-eventbridge/types.rb', line 5164

class UpdateConnectionRequest < Struct.new(
  :name,
  :description,
  :authorization_type,
  :auth_parameters)
  SENSITIVE = []
  include Aws::Structure
end

#authorization_typeString

The type of authorization to use for the connection.

Returns:

  • (String)


5164
5165
5166
5167
5168
5169
5170
5171
# File 'lib/aws-sdk-eventbridge/types.rb', line 5164

class UpdateConnectionRequest < Struct.new(
  :name,
  :description,
  :authorization_type,
  :auth_parameters)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description for the connection.

Returns:

  • (String)


5164
5165
5166
5167
5168
5169
5170
5171
# File 'lib/aws-sdk-eventbridge/types.rb', line 5164

class UpdateConnectionRequest < Struct.new(
  :name,
  :description,
  :authorization_type,
  :auth_parameters)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the connection to update.

Returns:

  • (String)


5164
5165
5166
5167
5168
5169
5170
5171
# File 'lib/aws-sdk-eventbridge/types.rb', line 5164

class UpdateConnectionRequest < Struct.new(
  :name,
  :description,
  :authorization_type,
  :auth_parameters)
  SENSITIVE = []
  include Aws::Structure
end