Class: Aws::DataZone::Types::AuthenticationConfigurationPatch
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::AuthenticationConfigurationPatch
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
The authentication configuration patch of a connection.
Constant Summary collapse
- SENSITIVE =
[:basic_authentication_credentials]
Instance Attribute Summary collapse
-
#basic_authentication_credentials ⇒ Types::BasicAuthenticationCredentials
The basic authentication credentials of a connection.
-
#secret_arn ⇒ String
The secret ARN of a connection.
Instance Attribute Details
#basic_authentication_credentials ⇒ Types::BasicAuthenticationCredentials
The basic authentication credentials of a connection.
1212 1213 1214 1215 1216 1217 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1212 class AuthenticationConfigurationPatch < Struct.new( :basic_authentication_credentials, :secret_arn) SENSITIVE = [:basic_authentication_credentials] include Aws::Structure end |
#secret_arn ⇒ String
The secret ARN of a connection.
1212 1213 1214 1215 1216 1217 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1212 class AuthenticationConfigurationPatch < Struct.new( :basic_authentication_credentials, :secret_arn) SENSITIVE = [:basic_authentication_credentials] include Aws::Structure end |