Class: Aws::CloudWatchEvents::Types::UpdateConnectionRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudwatchevents/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.



4329
4330
4331
4332
4333
4334
4335
4336
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 4329

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)


4329
4330
4331
4332
4333
4334
4335
4336
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 4329

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

#descriptionString

A description for the connection.

Returns:

  • (String)


4329
4330
4331
4332
4333
4334
4335
4336
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 4329

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)


4329
4330
4331
4332
4333
4334
4335
4336
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 4329

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