Class: Aws::Types::CustomerManagedAwsSecretConfigurationInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#external_id_type"database_ocid", ...

Returns the value of attribute external_id_type.

Returns:

  • ("database_ocid", "compartment_ocid", "tenant_ocid")


1051
1052
1053
# File 'sig/types.rbs', line 1051

def external_id_type
  @external_id_type
end

#iam_role_arn::String

Returns the value of attribute iam_role_arn.

Returns:

  • (::String)


1050
1051
1052
# File 'sig/types.rbs', line 1050

def iam_role_arn
  @iam_role_arn
end

#secret_id::String

Returns the value of attribute secret_id.

Returns:

  • (::String)


1049
1050
1051
# File 'sig/types.rbs', line 1049

def secret_id
  @secret_id
end