Class: Aws::Types::MediaConnectFlowRouterOutputConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::MediaConnectFlowRouterOutputConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_transit_encryption ⇒ Types::FlowTransitEncryption
Returns the value of attribute destination_transit_encryption.
-
#flow_arn ⇒ ::String
Returns the value of attribute flow_arn.
-
#flow_source_arn ⇒ ::String
Returns the value of attribute flow_source_arn.
Instance Attribute Details
#destination_transit_encryption ⇒ Types::FlowTransitEncryption
Returns the value of attribute destination_transit_encryption.
1264 1265 1266 |
# File 'sig/types.rbs', line 1264 def destination_transit_encryption @destination_transit_encryption end |
#flow_arn ⇒ ::String
Returns the value of attribute flow_arn.
1262 1263 1264 |
# File 'sig/types.rbs', line 1262 def flow_arn @flow_arn end |
#flow_source_arn ⇒ ::String
Returns the value of attribute flow_source_arn.
1263 1264 1265 |
# File 'sig/types.rbs', line 1263 def flow_source_arn @flow_source_arn end |