Class: Aws::Types::PutEncryptionConfigurationResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#encryption_status ⇒ "PENDING", ...

Returns the value of attribute encryption_status.

Returns:

  • ("PENDING", "SUCCESS", "FAILURE")


1085
1086
1087
# File 'sig/types.rbs', line 1085

def encryption_status
  @encryption_status
end

#encryption_type ⇒ "KMS_BASED_ENCRYPTION", "FLEETWISE_DEFAULT_ENCRYPTION"

Returns the value of attribute encryption_type.

Returns:

  • ("KMS_BASED_ENCRYPTION", "FLEETWISE_DEFAULT_ENCRYPTION")


1086
1087
1088
# File 'sig/types.rbs', line 1086

def encryption_type
  @encryption_type
end

#kms_key_id ⇒ ::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


1084
1085
1086
# File 'sig/types.rbs', line 1084

def kms_key_id
  @kms_key_id
end