Class: Aws::Types::DescribeEncryptionConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeEncryptionConfigurationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_details ⇒ Types::ConfigurationDetails
Returns the value of attribute configuration_details.
-
#encryption_type ⇒ "CUSTOMER_MANAGED_KMS_KEY", "AWS_OWNED_KMS_KEY"
Returns the value of attribute encryption_type.
-
#kms_access_role_arn ⇒ ::String
Returns the value of attribute kms_access_role_arn.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
Instance Attribute Details
#configuration_details ⇒ Types::ConfigurationDetails
Returns the value of attribute configuration_details.
1786 1787 1788 |
# File 'sig/types.rbs', line 1786 def configuration_details @configuration_details end |
#encryption_type ⇒ "CUSTOMER_MANAGED_KMS_KEY", "AWS_OWNED_KMS_KEY"
Returns the value of attribute encryption_type.
1783 1784 1785 |
# File 'sig/types.rbs', line 1783 def encryption_type @encryption_type end |
#kms_access_role_arn ⇒ ::String
Returns the value of attribute kms_access_role_arn.
1785 1786 1787 |
# File 'sig/types.rbs', line 1785 def kms_access_role_arn @kms_access_role_arn end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
1784 1785 1786 |
# File 'sig/types.rbs', line 1784 def kms_key_arn @kms_key_arn end |
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
1787 1788 1789 |
# File 'sig/types.rbs', line 1787 def last_modified_date @last_modified_date end |