Class: Aws::Types::CreateDataflowEndpointGroupRequest

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:



257
258
259
# File 'sig/types.rbs', line 257

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:



256
257
258
# File 'sig/types.rbs', line 256

def contact_pre_pass_duration_seconds
  @contact_pre_pass_duration_seconds
end

#endpoint_details ⇒ ::Array[Types::EndpointDetails]

Returns the value of attribute endpoint_details.

Returns:



254
255
256
# File 'sig/types.rbs', line 254

def endpoint_details
  @endpoint_details
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:



255
256
257
# File 'sig/types.rbs', line 255

def tags
  @tags
end