Class: Aws::Types::KMSServerSideEncryptionIntegrationConfig

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)


386
387
388
# File 'sig/types.rbs', line 386

def kms_key_id
  @kms_key_id
end

#opt_in_status"ENABLED", "DISABLED"

Returns the value of attribute opt_in_status.

Returns:

  • ("ENABLED", "DISABLED")


387
388
389
# File 'sig/types.rbs', line 387

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


388
389
390
# File 'sig/types.rbs', line 388

def type
  @type
end