Class: Aws::Types::ModifyInstanceConnectEndpointRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyInstanceConnectEndpointRequest
- 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.
-
#ip_address_type ⇒ "ipv4", ...
Returns the value of attribute ip_address_type.
-
#preserve_client_ip ⇒ Boolean
Returns the value of attribute preserve_client_ip.
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
13437 13438 13439 |
# File 'sig/types.rbs', line 13437 def dry_run @dry_run end |
#instance_connect_endpoint_id ⇒ ::String
Returns the value of attribute instance_connect_endpoint_id.
13438 13439 13440 |
# File 'sig/types.rbs', line 13438 def instance_connect_endpoint_id @instance_connect_endpoint_id end |
#ip_address_type ⇒ "ipv4", ...
Returns the value of attribute ip_address_type.
13439 13440 13441 |
# File 'sig/types.rbs', line 13439 def ip_address_type @ip_address_type end |
#preserve_client_ip ⇒ Boolean
Returns the value of attribute preserve_client_ip.
13441 13442 13443 |
# File 'sig/types.rbs', line 13441 def preserve_client_ip @preserve_client_ip end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
13440 13441 13442 |
# File 'sig/types.rbs', line 13440 def security_group_ids @security_group_ids end |