Class: Aws::Types::CreateInputSourceResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateInputSourceResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#input_source_id ⇒ ::String
Returns the value of attribute input_source_id.
-
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
Instance Attribute Details
#input_source_id ⇒ ::String
Returns the value of attribute input_source_id.
119 120 121 |
# File 'sig/types.rbs', line 119 def input_source_id @input_source_id end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
118 119 120 |
# File 'sig/types.rbs', line 118 def service_arn @service_arn end |