Class: Aws::Types::SecretsManagerAccessTokenConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#header_name::String

Returns the value of attribute header_name.

Returns:

  • (::String)


1090
1091
1092
# File 'sig/types.rbs', line 1090

def header_name
  @header_name
end

#secret_arn::String

Returns the value of attribute secret_arn.

Returns:

  • (::String)


1091
1092
1093
# File 'sig/types.rbs', line 1091

def secret_arn
  @secret_arn
end

#secret_string_key::String

Returns the value of attribute secret_string_key.

Returns:

  • (::String)


1092
1093
1094
# File 'sig/types.rbs', line 1092

def secret_string_key
  @secret_string_key
end