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)


648
649
650
# File 'sig/types.rbs', line 648

def availability_zone
  @availability_zone
end

#availability_zone_id::String

Returns the value of attribute availability_zone_id.

Returns:

  • (::String)


649
650
651
# File 'sig/types.rbs', line 649

def availability_zone_id
  @availability_zone_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


646
647
648
# File 'sig/types.rbs', line 646

def client_token
  @client_token
end

#client_vpn_endpoint_id::String

Returns the value of attribute client_vpn_endpoint_id.

Returns:

  • (::String)


644
645
646
# File 'sig/types.rbs', line 644

def client_vpn_endpoint_id
  @client_vpn_endpoint_id
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


647
648
649
# File 'sig/types.rbs', line 647

def dry_run
  @dry_run
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


645
646
647
# File 'sig/types.rbs', line 645

def subnet_id
  @subnet_id
end