Class: Aws::Types::InputDeviceMediaConnectConfigurableSettings
- Inherits:
-
Object
- Object
- Aws::Types::InputDeviceMediaConnectConfigurableSettings
- 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.
1782 1783 1784 |
# File 'sig/types.rbs', line 1782 def flow_arn @flow_arn end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1783 1784 1785 |
# File 'sig/types.rbs', line 1783 def role_arn @role_arn end |
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
1784 1785 1786 |
# File 'sig/types.rbs', line 1784 def secret_arn @secret_arn end |
#source_name ⇒ ::String
Returns the value of attribute source_name.
1785 1786 1787 |
# File 'sig/types.rbs', line 1785 def source_name @source_name end |