Class: Aws::Types::DataflowEndpointConfig
- Inherits:
-
Object
- Object
- Aws::Types::DataflowEndpointConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dataflow_endpoint_name ⇒ ::String
Returns the value of attribute dataflow_endpoint_name.
-
#dataflow_endpoint_region ⇒ ::String
Returns the value of attribute dataflow_endpoint_region.
Instance Attribute Details
#dataflow_endpoint_name ⇒ ::String
Returns the value of attribute dataflow_endpoint_name.
330 331 332 |
# File 'sig/types.rbs', line 330 def dataflow_endpoint_name @dataflow_endpoint_name end |
#dataflow_endpoint_region ⇒ ::String
Returns the value of attribute dataflow_endpoint_region.
331 332 333 |
# File 'sig/types.rbs', line 331 def dataflow_endpoint_region @dataflow_endpoint_region end |