Class: Aws::EventBridge::Types::ConnectionBasicAuthResponseParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridge::Types::ConnectionBasicAuthResponseParameters
- 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
-
#username ⇒ String
The user name to use for Basic authorization.
Instance Attribute Details
#username ⇒ String
The user name to use for Basic authorization.
499 500 501 502 503 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 499 class ConnectionBasicAuthResponseParameters < Struct.new( :username) SENSITIVE = [] include Aws::Structure end |