Class: Aws::Types::Authentication

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#provider_type"SECRETS_MANAGER", ...

Returns the value of attribute provider_type.

Returns:

  • ("SECRETS_MANAGER", "AWS_LAMBDA", "AWS_IAM_ROLE", "AWS_INTERNAL")


107
108
109
# File 'sig/types.rbs', line 107

def provider_type
  @provider_type
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


108
109
110
# File 'sig/types.rbs', line 108

def value
  @value
end