Class: Aws::Types::AwsKinesisStreamStreamEncryptionDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsKinesisStreamStreamEncryptionDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encryption_type ⇒ ::String
Returns the value of attribute encryption_type.
-
#key_id ⇒ ::String
Returns the value of attribute key_id.
Instance Attribute Details
#encryption_type ⇒ ::String
Returns the value of attribute encryption_type.
3090 3091 3092 |
# File 'sig/types.rbs', line 3090 def encryption_type @encryption_type end |
#key_id ⇒ ::String
Returns the value of attribute key_id.
3091 3092 3093 |
# File 'sig/types.rbs', line 3091 def key_id @key_id end |