Class: Aws::Types::StartStreamEncryptionInput
- Inherits:
-
Object
- Object
- Aws::Types::StartStreamEncryptionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encryption_type ⇒ "NONE", "KMS"
Returns the value of attribute encryption_type.
-
#key_id ⇒ ::String
Returns the value of attribute key_id.
-
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
-
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
-
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
Instance Attribute Details
#encryption_type ⇒ "NONE", "KMS"
Returns the value of attribute encryption_type.
729 730 731 |
# File 'sig/types.rbs', line 729 def encryption_type @encryption_type end |
#key_id ⇒ ::String
Returns the value of attribute key_id.
730 731 732 |
# File 'sig/types.rbs', line 730 def key_id @key_id end |
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
731 732 733 |
# File 'sig/types.rbs', line 731 def stream_arn @stream_arn end |
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
732 733 734 |
# File 'sig/types.rbs', line 732 def stream_id @stream_id end |
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
728 729 730 |
# File 'sig/types.rbs', line 728 def stream_name @stream_name end |