Class: Aws::DataZone::Types::AuthenticationConfigurationPatch

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#basic_authentication_credentialsTypes::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_arnString

The secret ARN of a connection.

Returns:

  • (String)


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