Class: Aws::Types::GetEncryptionConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetEncryptionConfigurationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#encryption_status ⇒ "PENDING", ...
Returns the value of attribute encryption_status.
-
#encryption_type ⇒ "KMS_BASED_ENCRYPTION", "FLEETWISE_DEFAULT_ENCRYPTION"
Returns the value of attribute encryption_type.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#last_modification_time ⇒ ::Time
Returns the value of attribute last_modification_time.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
562 563 564 |
# File 'sig/types.rbs', line 562 def creation_time @creation_time end |
#encryption_status ⇒ "PENDING", ...
Returns the value of attribute encryption_status.
559 560 561 |
# File 'sig/types.rbs', line 559 def encryption_status @encryption_status end |
#encryption_type ⇒ "KMS_BASED_ENCRYPTION", "FLEETWISE_DEFAULT_ENCRYPTION"
Returns the value of attribute encryption_type.
560 561 562 |
# File 'sig/types.rbs', line 560 def encryption_type @encryption_type end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
561 562 563 |
# File 'sig/types.rbs', line 561 def @error_message end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
558 559 560 |
# File 'sig/types.rbs', line 558 def kms_key_id @kms_key_id end |
#last_modification_time ⇒ ::Time
Returns the value of attribute last_modification_time.
563 564 565 |
# File 'sig/types.rbs', line 563 def last_modification_time @last_modification_time end |