Class: Aws::Types::GetDataflowEndpointGroupResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#contact_post_pass_duration_seconds ⇒ ::Integer

Returns the value of attribute contact_post_pass_duration_seconds.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::Hash[::String, ::String])


678
679
680
# File 'sig/types.rbs', line 678

def tags
  @tags
end