Class: Aws::Types::OutputSource
- Inherits:
-
Object
- Object
- Aws::Types::OutputSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#output_source_id ⇒ ::String
Returns the value of attribute output_source_id.
-
#output_source_type ⇒ ::String
Returns the value of attribute output_source_type.
Instance Attribute Details
#output_source_id ⇒ ::String
Returns the value of attribute output_source_id.
3458 3459 3460 |
# File 'sig/types.rbs', line 3458 def output_source_id @output_source_id end |
#output_source_type ⇒ ::String
Returns the value of attribute output_source_type.
3459 3460 3461 |
# File 'sig/types.rbs', line 3459 def output_source_type @output_source_type end |