Class: Aws::Types::OkvEncryptionKeyConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_directory_name::String

Returns the value of attribute certificate_directory_name.

Returns:

  • (::String)


2207
2208
2209
# File 'sig/types.rbs', line 2207

def certificate_directory_name
  @certificate_directory_name
end

#certificate_id::String

Returns the value of attribute certificate_id.

Returns:

  • (::String)


2208
2209
2210
# File 'sig/types.rbs', line 2208

def certificate_id
  @certificate_id
end

#directory_name::String

Returns the value of attribute directory_name.

Returns:

  • (::String)


2209
2210
2211
# File 'sig/types.rbs', line 2209

def directory_name
  @directory_name
end

#okv_kms_key::String

Returns the value of attribute okv_kms_key.

Returns:

  • (::String)


2210
2211
2212
# File 'sig/types.rbs', line 2210

def okv_kms_key
  @okv_kms_key
end

#okv_uri::String

Returns the value of attribute okv_uri.

Returns:

  • (::String)


2211
2212
2213
# File 'sig/types.rbs', line 2211

def okv_uri
  @okv_uri
end