Class: Aws::Types::AssociateClientVpnTargetNetworkRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


562
563
564
# File 'sig/types.rbs', line 562

def availability_zone
  @availability_zone
end

#availability_zone_id::String

Returns the value of attribute availability_zone_id.

Returns:

  • (::String)


563
564
565
# File 'sig/types.rbs', line 563

def availability_zone_id
  @availability_zone_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


560
561
562
# File 'sig/types.rbs', line 560

def client_token
  @client_token
end

#client_vpn_endpoint_id::String

Returns the value of attribute client_vpn_endpoint_id.

Returns:

  • (::String)


558
559
560
# File 'sig/types.rbs', line 558

def client_vpn_endpoint_id
  @client_vpn_endpoint_id
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


561
562
563
# File 'sig/types.rbs', line 561

def dry_run
  @dry_run
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


559
560
561
# File 'sig/types.rbs', line 559

def subnet_id
  @subnet_id
end