Class: Aws::Types::SecretsManagerEncryptionKeyConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


2059
2060
2061
# File 'sig/types.rbs', line 2059

def role_arn
  @role_arn
end

#secret_arn::String

Returns the value of attribute secret_arn.

Returns:

  • (::String)


2058
2059
2060
# File 'sig/types.rbs', line 2058

def secret_arn
  @secret_arn
end