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)


522
523
524
# File 'sig/types.rbs', line 522

def client_vpn_endpoint_id
  @client_vpn_endpoint_id
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


525
526
527
# File 'sig/types.rbs', line 525

def dry_run
  @dry_run
end

#security_group_ids::Array[::String]

Returns the value of attribute security_group_ids.

Returns:

  • (::Array[::String])


524
525
526
# File 'sig/types.rbs', line 524

def security_group_ids
  @security_group_ids
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


523
524
525
# File 'sig/types.rbs', line 523

def vpc_id
  @vpc_id
end