Class: Aws::Types::CreateDataflowEndpointGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDataflowEndpointGroupRequest
- 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.
-
#endpoint_details ⇒ ::Array[Types::EndpointDetails]
Returns the value of attribute endpoint_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.
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.
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.
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.
255 256 257 |
# File 'sig/types.rbs', line 255 def end |