Class: Aws::Types::AuthenticationConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_type"BASIC", ...

Returns the value of attribute authentication_type.

Returns:

  • ("BASIC", "OAUTH2", "CUSTOM", "IAM")


176
177
178
# File 'sig/types.rbs', line 176

def authentication_type
  @authentication_type
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


178
179
180
# File 'sig/types.rbs', line 178

def kms_key_arn
  @kms_key_arn
end

#o_auth_2_propertiesTypes::OAuth2Properties

Returns the value of attribute o_auth_2_properties.



179
180
181
# File 'sig/types.rbs', line 179

def o_auth_2_properties
  @o_auth_2_properties
end

#secret_arn::String

Returns the value of attribute secret_arn.

Returns:

  • (::String)


177
178
179
# File 'sig/types.rbs', line 177

def secret_arn
  @secret_arn
end