Class: Aws::Types::InputDeviceMediaConnectSettings
- Inherits:
-
Object
- Object
- Aws::Types::InputDeviceMediaConnectSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#flow_arn ⇒ ::String
Returns the value of attribute flow_arn.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
-
#source_name ⇒ ::String
Returns the value of attribute source_name.
Instance Attribute Details
#flow_arn ⇒ ::String
Returns the value of attribute flow_arn.
1793 1794 1795 |
# File 'sig/types.rbs', line 1793 def flow_arn @flow_arn end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1794 1795 1796 |
# File 'sig/types.rbs', line 1794 def role_arn @role_arn end |
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
1795 1796 1797 |
# File 'sig/types.rbs', line 1795 def secret_arn @secret_arn end |
#source_name ⇒ ::String
Returns the value of attribute source_name.
1796 1797 1798 |
# File 'sig/types.rbs', line 1796 def source_name @source_name end |