Class: Aws::Types::EncryptionConfigurationDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#encryption_status"UPDATING", ...

Returns the value of attribute encryption_status.

Returns:

  • ("UPDATING", "ENABLED", "UPDATE_FAILED")


558
559
560
# File 'sig/types.rbs', line 558

def encryption_status
  @encryption_status
end

#encryption_status_reason::String

Returns the value of attribute encryption_status_reason.

Returns:

  • (::String)


559
560
561
# File 'sig/types.rbs', line 559

def encryption_status_reason
  @encryption_status_reason
end

#key_type"AWS_OWNED_KMS_KEY", "CUSTOMER_MANAGED_KEY"

Returns the value of attribute key_type.

Returns:

  • ("AWS_OWNED_KMS_KEY", "CUSTOMER_MANAGED_KEY")


556
557
558
# File 'sig/types.rbs', line 556

def key_type
  @key_type
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


557
558
559
# File 'sig/types.rbs', line 557

def kms_key_arn
  @kms_key_arn
end