Class: Aws::Types::EncryptionConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#kms_data_key_reuse_period_seconds::Integer

Returns the value of attribute kms_data_key_reuse_period_seconds.

Returns:

  • (::Integer)


308
309
310
# File 'sig/types.rbs', line 308

def kms_data_key_reuse_period_seconds
  @kms_data_key_reuse_period_seconds
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


307
308
309
# File 'sig/types.rbs', line 307

def kms_key_id
  @kms_key_id
end

#type"AWS_OWNED_KEY", "CUSTOMER_MANAGED_KMS_KEY"

Returns the value of attribute type.

Returns:

  • ("AWS_OWNED_KEY", "CUSTOMER_MANAGED_KMS_KEY")


309
310
311
# File 'sig/types.rbs', line 309

def type
  @type
end