Class: Aws::Types::ModifyInstanceConnectEndpointRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • ("ipv4", "dualstack", "ipv6")


13439
13440
13441
# File 'sig/types.rbs', line 13439

def ip_address_type
  @ip_address_type
end

#preserve_client_ipBoolean

Returns the value of attribute preserve_client_ip.

Returns:

  • (Boolean)


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.

Returns:

  • (::Array[::String])


13440
13441
13442
# File 'sig/types.rbs', line 13440

def security_group_ids
  @security_group_ids
end