Class: Aws::Types::AwsDynamoDbTableSseDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#inaccessible_encryption_date_time::String

Returns the value of attribute inaccessible_encryption_date_time.

Returns:

  • (::String)


1312
1313
1314
# File 'sig/types.rbs', line 1312

def inaccessible_encryption_date_time
  @inaccessible_encryption_date_time
end

#kms_master_key_arn::String

Returns the value of attribute kms_master_key_arn.

Returns:

  • (::String)


1315
1316
1317
# File 'sig/types.rbs', line 1315

def kms_master_key_arn
  @kms_master_key_arn
end

#sse_type::String

Returns the value of attribute sse_type.

Returns:

  • (::String)


1314
1315
1316
# File 'sig/types.rbs', line 1314

def sse_type
  @sse_type
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


1313
1314
1315
# File 'sig/types.rbs', line 1313

def status
  @status
end