Class: Aws::Types::DescribeClientVpnTargetNetworksRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#association_ids::Array[::String]

Returns the value of attribute association_ids.

Returns:

  • (::Array[::String])


5491
5492
5493
# File 'sig/types.rbs', line 5491

def association_ids
  @association_ids
end

#client_vpn_endpoint_id::String

Returns the value of attribute client_vpn_endpoint_id.

Returns:

  • (::String)


5490
5491
5492
# File 'sig/types.rbs', line 5490

def client_vpn_endpoint_id
  @client_vpn_endpoint_id
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


5495
5496
5497
# File 'sig/types.rbs', line 5495

def dry_run
  @dry_run
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



5494
5495
5496
# File 'sig/types.rbs', line 5494

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


5492
5493
5494
# File 'sig/types.rbs', line 5492

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


5493
5494
5495
# File 'sig/types.rbs', line 5493

def next_token
  @next_token
end