Class: Aws::Types::KMSServerSideEncryptionIntegration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


379
380
381
# File 'sig/types.rbs', line 379

def kms_key_id
  @kms_key_id
end

#opt_in_status"ENABLED", "DISABLED"

Returns the value of attribute opt_in_status.

Returns:

  • ("ENABLED", "DISABLED")


380
381
382
# File 'sig/types.rbs', line 380

def opt_in_status
  @opt_in_status
end

#type"CUSTOMER_MANAGED_KEY", "AWS_OWNED_KMS_KEY"

Returns the value of attribute type.

Returns:

  • ("CUSTOMER_MANAGED_KEY", "AWS_OWNED_KMS_KEY")


381
382
383
# File 'sig/types.rbs', line 381

def type
  @type
end