Class: Aws::EventBridge::Types::ConnectionBasicAuthResponseParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridge::Types::ConnectionBasicAuthResponseParameters
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eventbridge/types.rb
Overview
Contains 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.
480 481 482 483 484 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 480 class ConnectionBasicAuthResponseParameters < Struct.new( :username) SENSITIVE = [] include Aws::Structure end |