Class: Aws::Types::CustomSecretConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#secret_access_role_arn::String

Returns the value of attribute secret_access_role_arn.

Returns:

  • (::String)


268
269
270
# File 'sig/types.rbs', line 268

def secret_access_role_arn
  @secret_access_role_arn
end

#secret_arn::String

Returns the value of attribute secret_arn.

Returns:

  • (::String)


267
268
269
# File 'sig/types.rbs', line 267

def secret_arn
  @secret_arn
end