Class: Aws::Types::AwsAthenaWorkGroupConfigurationResultConfigurationEncryptionConfigurationDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#encryption_option::String

Returns the value of attribute encryption_option.

Returns:

  • (::String)


564
565
566
# File 'sig/types.rbs', line 564

def encryption_option
  @encryption_option
end

#kms_key::String

Returns the value of attribute kms_key.

Returns:

  • (::String)


565
566
567
# File 'sig/types.rbs', line 565

def kms_key
  @kms_key
end