Class: Aws::EventBridge::Types::ConnectionBasicAuthResponseParameters

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

Overview

The authorization parameters for the connection if Basic is specified as the authorization type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#usernameString

The user name to use for Basic authorization.

Returns:

  • (String)


499
500
501
502
503
# File 'lib/aws-sdk-eventbridge/types.rb', line 499

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