Class: Aws::Types::Source
- Inherits:
-
Object
- Object
- Aws::Types::Source
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#config_details ⇒ Types::ConfigDetails
Returns the value of attribute config_details.
-
#config_id ⇒ ::String
Returns the value of attribute config_id.
-
#config_type ⇒ "antenna-downlink", ...
Returns the value of attribute config_type.
-
#dataflow_source_region ⇒ ::String
Returns the value of attribute dataflow_source_region.
Instance Attribute Details
#config_details ⇒ Types::ConfigDetails
Returns the value of attribute config_details.
1104 1105 1106 |
# File 'sig/types.rbs', line 1104 def config_details @config_details end |
#config_id ⇒ ::String
Returns the value of attribute config_id.
1103 1104 1105 |
# File 'sig/types.rbs', line 1103 def config_id @config_id end |
#config_type ⇒ "antenna-downlink", ...
Returns the value of attribute config_type.
1102 1103 1104 |
# File 'sig/types.rbs', line 1102 def config_type @config_type end |
#dataflow_source_region ⇒ ::String
Returns the value of attribute dataflow_source_region.
1105 1106 1107 |
# File 'sig/types.rbs', line 1105 def dataflow_source_region @dataflow_source_region end |