Class: Aws::Types::DeleteInstanceConnectEndpointRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteInstanceConnectEndpointRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#instance_connect_endpoint_id ⇒ ::String
Returns the value of attribute instance_connect_endpoint_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
4116 4117 4118 |
# File 'sig/types.rbs', line 4116 def dry_run @dry_run end |
#instance_connect_endpoint_id ⇒ ::String
Returns the value of attribute instance_connect_endpoint_id.
4117 4118 4119 |
# File 'sig/types.rbs', line 4117 def instance_connect_endpoint_id @instance_connect_endpoint_id end |