Class: Aws::Types::GetEncryptionConfigurationResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time ⇒ ::Time

Returns the value of attribute creation_time.

Returns:

  • (::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.

Returns:

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


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.

Returns:

  • ("KMS_BASED_ENCRYPTION", "FLEETWISE_DEFAULT_ENCRYPTION")


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.

Returns:

  • (::String)


561
562
563
# File 'sig/types.rbs', line 561

def error_message
  @error_message
end

#kms_key_id ⇒ ::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


563
564
565
# File 'sig/types.rbs', line 563

def last_modification_time
  @last_modification_time
end