Class: Aws::Types::DataflowEndpointListItem
- Inherits:
-
Object
- Object
- Aws::Types::DataflowEndpointListItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dataflow_endpoint_group_arn ⇒ ::String
Returns the value of attribute dataflow_endpoint_group_arn.
-
#dataflow_endpoint_group_id ⇒ ::String
Returns the value of attribute dataflow_endpoint_group_id.
Instance Attribute Details
#dataflow_endpoint_group_arn ⇒ ::String
Returns the value of attribute dataflow_endpoint_group_arn.
342 343 344 |
# File 'sig/types.rbs', line 342 def dataflow_endpoint_group_arn @dataflow_endpoint_group_arn end |
#dataflow_endpoint_group_id ⇒ ::String
Returns the value of attribute dataflow_endpoint_group_id.
341 342 343 |
# File 'sig/types.rbs', line 341 def dataflow_endpoint_group_id @dataflow_endpoint_group_id end |