Class: Aws::Types::SecretsManagerSecretConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


1058
1059
1060
# File 'sig/types.rbs', line 1058

def kms_key_id
  @kms_key_id
end

#secret_policy::String

Returns the value of attribute secret_policy.

Returns:

  • (::String)


1059
1060
1061
# File 'sig/types.rbs', line 1059

def secret_policy
  @secret_policy
end