Class: Aws::Types::SecretsManagerConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


941
942
943
# File 'sig/types.rbs', line 941

def enabled
  @enabled
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


940
941
942
# File 'sig/types.rbs', line 940

def role_arn
  @role_arn
end

#secret_arn::String

Returns the value of attribute secret_arn.

Returns:

  • (::String)


939
940
941
# File 'sig/types.rbs', line 939

def secret_arn
  @secret_arn
end