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.
1132 1133 1134 1135 1136 1137 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1132 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.
1132 1133 1134 1135 1136 1137 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1132 class AuthenticationConfigurationPatch < Struct.new( :basic_authentication_credentials, :secret_arn) SENSITIVE = [:basic_authentication_credentials] include Aws::Structure end |