Class: Aws::Types::CreateDataflowEndpointGroupV2Request
- Inherits:
-
Object
- Object
- Aws::Types::CreateDataflowEndpointGroupV2Request
- 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.
-
#endpoints ⇒ ::Array[Types::CreateEndpointDetails]
Returns the value of attribute endpoints.
-
#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.
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.
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.
262 263 264 |
# File 'sig/types.rbs', line 262 def endpoints @endpoints end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
265 266 267 |
# File 'sig/types.rbs', line 265 def @tags end |