Class: Aws::DataZone::Types::BasicAuthenticationCredentials
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::BasicAuthenticationCredentials
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
The basic authentication credentials of a connection.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#password ⇒ String
The password for a connection.
-
#user_name ⇒ String
The user name for the connecion.
Instance Attribute Details
#password ⇒ String
The password for a connection.
1244 1245 1246 1247 1248 1249 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1244 class BasicAuthenticationCredentials < Struct.new( :password, :user_name) SENSITIVE = [] include Aws::Structure end |
#user_name ⇒ String
The user name for the connecion.
1244 1245 1246 1247 1248 1249 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1244 class BasicAuthenticationCredentials < Struct.new( :password, :user_name) SENSITIVE = [] include Aws::Structure end |