Class: Aws::Types::ApplySecurityGroupsToClientVpnTargetNetworkRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_vpn_endpoint_id::String

Returns the value of attribute client_vpn_endpoint_id.

Returns:

  • (::String)


451
452
453
# File 'sig/types.rbs', line 451

def client_vpn_endpoint_id
  @client_vpn_endpoint_id
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


454
455
456
# File 'sig/types.rbs', line 454

def dry_run
  @dry_run
end

#security_group_ids::Array[::String]

Returns the value of attribute security_group_ids.

Returns:

  • (::Array[::String])


453
454
455
# File 'sig/types.rbs', line 453

def security_group_ids
  @security_group_ids
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


452
453
454
# File 'sig/types.rbs', line 452

def vpc_id
  @vpc_id
end