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.
13734 13735 13736 |
# File 'sig/types.rbs', line 13734 def dry_run @dry_run end |
#instance_connect_endpoint_id ⇒ ::String
Returns the value of attribute instance_connect_endpoint_id.
13735 13736 13737 |
# File 'sig/types.rbs', line 13735 def instance_connect_endpoint_id @instance_connect_endpoint_id end |
#ip_address_type ⇒ "ipv4", ...
Returns the value of attribute ip_address_type.
13736 13737 13738 |
# File 'sig/types.rbs', line 13736 def ip_address_type @ip_address_type end |
#preserve_client_ip ⇒ Boolean
Returns the value of attribute preserve_client_ip.
13738 13739 13740 |
# File 'sig/types.rbs', line 13738 def preserve_client_ip @preserve_client_ip end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
13737 13738 13739 |
# File 'sig/types.rbs', line 13737 def security_group_ids @security_group_ids end |