Class: Aws::Types::StartDeliveryStreamEncryptionInput
- Inherits:
-
Object
- Object
- Aws::Types::StartDeliveryStreamEncryptionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delivery_stream_encryption_configuration_input ⇒ Types::DeliveryStreamEncryptionConfigurationInput
Returns the value of attribute delivery_stream_encryption_configuration_input.
-
#delivery_stream_name ⇒ ::String
Returns the value of attribute delivery_stream_name.
Instance Attribute Details
#delivery_stream_encryption_configuration_input ⇒ Types::DeliveryStreamEncryptionConfigurationInput
Returns the value of attribute delivery_stream_encryption_configuration_input.
1113 1114 1115 |
# File 'sig/types.rbs', line 1113 def delivery_stream_encryption_configuration_input @delivery_stream_encryption_configuration_input end |
#delivery_stream_name ⇒ ::String
Returns the value of attribute delivery_stream_name.
1112 1113 1114 |
# File 'sig/types.rbs', line 1112 def delivery_stream_name @delivery_stream_name end |