Module: Aws::GroundStation::Client::_GetDataflowEndpointGroupResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetDataflowEndpointGroupResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #contact_post_pass_duration_seconds ⇒ ::Integer
- #contact_pre_pass_duration_seconds ⇒ ::Integer
- #dataflow_endpoint_group_arn ⇒ ::String
- #dataflow_endpoint_group_id ⇒ ::String
- #endpoints_details ⇒ ::Array[Types::EndpointDetails]
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#contact_post_pass_duration_seconds ⇒ ::Integer
451 |
# File 'sig/client.rbs', line 451
def contact_post_pass_duration_seconds: () -> ::Integer
|
#contact_pre_pass_duration_seconds ⇒ ::Integer
450 |
# File 'sig/client.rbs', line 450
def contact_pre_pass_duration_seconds: () -> ::Integer
|
#dataflow_endpoint_group_arn ⇒ ::String
447 |
# File 'sig/client.rbs', line 447
def dataflow_endpoint_group_arn: () -> ::String
|
#dataflow_endpoint_group_id ⇒ ::String
446 |
# File 'sig/client.rbs', line 446
def dataflow_endpoint_group_id: () -> ::String
|
#endpoints_details ⇒ ::Array[Types::EndpointDetails]
448 |
# File 'sig/client.rbs', line 448
def endpoints_details: () -> ::Array[Types::EndpointDetails]
|
#tags ⇒ ::Hash[::String, ::String]
449 |
# File 'sig/client.rbs', line 449
def tags: () -> ::Hash[::String, ::String]
|