Class: Aws::Types::DestinationProperties
- Inherits:
-
Object
- Object
- Aws::Types::DestinationProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_arn ⇒ ::String
Returns the value of attribute destination_arn.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
Instance Attribute Details
#destination_arn ⇒ ::String
Returns the value of attribute destination_arn.
861 862 863 |
# File 'sig/types.rbs', line 861 def destination_arn @destination_arn end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
862 863 864 |
# File 'sig/types.rbs', line 862 def kms_key_arn @kms_key_arn end |