Class: Aws::Types::AwsXrayEncryptionConfigDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsXrayEncryptionConfigDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key_id ⇒ ::String
Returns the value of attribute key_id.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#key_id ⇒ ::String
Returns the value of attribute key_id.
4714 4715 4716 |
# File 'sig/types.rbs', line 4714 def key_id @key_id end |
#status ⇒ ::String
Returns the value of attribute status.
4715 4716 4717 |
# File 'sig/types.rbs', line 4715 def status @status end |
#type ⇒ ::String
Returns the value of attribute type.
4716 4717 4718 |
# File 'sig/types.rbs', line 4716 def type @type end |