Module: Aws::IoTFleetWise::Client::_GetEncryptionConfigurationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetEncryptionConfigurationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_time ⇒ ::Time
- #encryption_status ⇒ "PENDING", ...
- #encryption_type ⇒ "KMS_BASED_ENCRYPTION", "FLEETWISE_DEFAULT_ENCRYPTION"
- #error_message ⇒ ::String
- #kms_key_id ⇒ ::String
- #last_modification_time ⇒ ::Time
Instance Method Details
#creation_time ⇒ ::Time
522 |
# File 'sig/client.rbs', line 522
def creation_time: () -> ::Time
|
#encryption_status ⇒ "PENDING", ...
519 |
# File 'sig/client.rbs', line 519
def encryption_status: () -> ("PENDING" | "SUCCESS" | "FAILURE")
|
#encryption_type ⇒ "KMS_BASED_ENCRYPTION", "FLEETWISE_DEFAULT_ENCRYPTION"
520 |
# File 'sig/client.rbs', line 520
def encryption_type: () -> ("KMS_BASED_ENCRYPTION" | "FLEETWISE_DEFAULT_ENCRYPTION")
|
#error_message ⇒ ::String
521 |
# File 'sig/client.rbs', line 521
def error_message: () -> ::String
|
#kms_key_id ⇒ ::String
518 |
# File 'sig/client.rbs', line 518
def kms_key_id: () -> ::String
|
#last_modification_time ⇒ ::Time
523 |
# File 'sig/client.rbs', line 523
def last_modification_time: () -> ::Time
|