Class: Aws::Types::AuthConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_typeTypes::Property

Returns the value of attribute authentication_type.

Returns:



163
164
165
# File 'sig/types.rbs', line 163

def authentication_type
  @authentication_type
end

#basic_authentication_properties::Hash[::String, Types::Property]

Returns the value of attribute basic_authentication_properties.

Returns:



166
167
168
# File 'sig/types.rbs', line 166

def basic_authentication_properties
  @basic_authentication_properties
end

#custom_authentication_properties::Hash[::String, Types::Property]

Returns the value of attribute custom_authentication_properties.

Returns:



167
168
169
# File 'sig/types.rbs', line 167

def custom_authentication_properties
  @custom_authentication_properties
end

#o_auth_2_properties::Hash[::String, Types::Property]

Returns the value of attribute o_auth_2_properties.

Returns:



165
166
167
# File 'sig/types.rbs', line 165

def o_auth_2_properties
  @o_auth_2_properties
end

#secret_arnTypes::Property

Returns the value of attribute secret_arn.

Returns:



164
165
166
# File 'sig/types.rbs', line 164

def secret_arn
  @secret_arn
end