Class: Aws::Types::MediaConnectFlowRouterInputConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::MediaConnectFlowRouterInputConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#flow_arn ⇒ ::String
Returns the value of attribute flow_arn.
-
#flow_output_arn ⇒ ::String
Returns the value of attribute flow_output_arn.
-
#source_transit_decryption ⇒ Types::FlowTransitEncryption
Returns the value of attribute source_transit_decryption.
Instance Attribute Details
#flow_arn ⇒ ::String
Returns the value of attribute flow_arn.
1252 1253 1254 |
# File 'sig/types.rbs', line 1252 def flow_arn @flow_arn end |
#flow_output_arn ⇒ ::String
Returns the value of attribute flow_output_arn.
1253 1254 1255 |
# File 'sig/types.rbs', line 1253 def flow_output_arn @flow_output_arn end |
#source_transit_decryption ⇒ Types::FlowTransitEncryption
Returns the value of attribute source_transit_decryption.
1254 1255 1256 |
# File 'sig/types.rbs', line 1254 def source_transit_decryption @source_transit_decryption end |