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.
14055 14056 14057 |
# File 'sig/types.rbs', line 14055 def dry_run @dry_run end |
#instance_connect_endpoint_id ⇒ ::String
Returns the value of attribute instance_connect_endpoint_id.
14056 14057 14058 |
# File 'sig/types.rbs', line 14056 def instance_connect_endpoint_id @instance_connect_endpoint_id end |
#ip_address_type ⇒ "ipv4", ...
Returns the value of attribute ip_address_type.
14057 14058 14059 |
# File 'sig/types.rbs', line 14057 def ip_address_type @ip_address_type end |
#preserve_client_ip ⇒ Boolean
Returns the value of attribute preserve_client_ip.
14059 14060 14061 |
# File 'sig/types.rbs', line 14059 def preserve_client_ip @preserve_client_ip end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
14058 14059 14060 |
# File 'sig/types.rbs', line 14058 def security_group_ids @security_group_ids end |