Class: Aws::Types::GetDataflowEndpointGroupResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetDataflowEndpointGroupResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_post_pass_duration_seconds ⇒ ::Integer
Returns the value of attribute contact_post_pass_duration_seconds.
-
#contact_pre_pass_duration_seconds ⇒ ::Integer
Returns the value of attribute contact_pre_pass_duration_seconds.
-
#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.
-
#endpoints_details ⇒ ::Array[Types::EndpointDetails]
Returns the value of attribute endpoints_details.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#contact_post_pass_duration_seconds ⇒ ::Integer
Returns the value of attribute contact_post_pass_duration_seconds.
680 681 682 |
# File 'sig/types.rbs', line 680 def contact_post_pass_duration_seconds @contact_post_pass_duration_seconds end |
#contact_pre_pass_duration_seconds ⇒ ::Integer
Returns the value of attribute contact_pre_pass_duration_seconds.
679 680 681 |
# File 'sig/types.rbs', line 679 def contact_pre_pass_duration_seconds @contact_pre_pass_duration_seconds end |
#dataflow_endpoint_group_arn ⇒ ::String
Returns the value of attribute dataflow_endpoint_group_arn.
676 677 678 |
# File 'sig/types.rbs', line 676 def dataflow_endpoint_group_arn @dataflow_endpoint_group_arn end |
#dataflow_endpoint_group_id ⇒ ::String
Returns the value of attribute dataflow_endpoint_group_id.
675 676 677 |
# File 'sig/types.rbs', line 675 def dataflow_endpoint_group_id @dataflow_endpoint_group_id end |
#endpoints_details ⇒ ::Array[Types::EndpointDetails]
Returns the value of attribute endpoints_details.
677 678 679 |
# File 'sig/types.rbs', line 677 def endpoints_details @endpoints_details end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
678 679 680 |
# File 'sig/types.rbs', line 678 def @tags end |