Class: Aws::Types::MediaConnectRouterOutputDestinationSettings
- Inherits:
-
Object
- Object
- Aws::Types::MediaConnectRouterOutputDestinationSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encryption_type ⇒ "AUTOMATIC", "SECRETS_MANAGER"
Returns the value of attribute encryption_type.
-
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
Instance Attribute Details
#encryption_type ⇒ "AUTOMATIC", "SECRETS_MANAGER"
Returns the value of attribute encryption_type.
5998 5999 6000 |
# File 'sig/types.rbs', line 5998 def encryption_type @encryption_type end |
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
5999 6000 6001 |
# File 'sig/types.rbs', line 5999 def secret_arn @secret_arn end |