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:



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

def authentication_type
  @authentication_type
end

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

Returns the value of attribute basic_authentication_properties.

Returns:



170
171
172
# File 'sig/types.rbs', line 170

def basic_authentication_properties
  @basic_authentication_properties
end

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

Returns the value of attribute custom_authentication_properties.

Returns:



171
172
173
# File 'sig/types.rbs', line 171

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:



169
170
171
# File 'sig/types.rbs', line 169

def o_auth_2_properties
  @o_auth_2_properties
end

#secret_arnTypes::Property

Returns the value of attribute secret_arn.

Returns:



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

def secret_arn
  @secret_arn
end