Class: Aws::Types::CreateDataflowEndpointGroupV2Request

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)


264
265
266
# File 'sig/types.rbs', line 264

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)


263
264
265
# File 'sig/types.rbs', line 263

def contact_pre_pass_duration_seconds
  @contact_pre_pass_duration_seconds
end

#endpoints ⇒ ::Array[Types::CreateEndpointDetails]

Returns the value of attribute endpoints.

Returns:



262
263
264
# File 'sig/types.rbs', line 262

def endpoints
  @endpoints
end

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

Returns the value of attribute tags.

Returns:

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


265
266
267
# File 'sig/types.rbs', line 265

def tags
  @tags
end