Class: Aws::Types::AwsEncryptionKeyConfiguration

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")


405
406
407
# File 'sig/types.rbs', line 405

def external_id_type
  @external_id_type
end

#iam_role_arn::String

Returns the value of attribute iam_role_arn.

Returns:

  • (::String)


404
405
406
# File 'sig/types.rbs', line 404

def iam_role_arn
  @iam_role_arn
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


406
407
408
# File 'sig/types.rbs', line 406

def kms_key_id
  @kms_key_id
end