Class: Aws::Types::CreateClientVpnRouteRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


2196
2197
2198
# File 'sig/types.rbs', line 2196

def client_token
  @client_token
end

#client_vpn_endpoint_id::String

Returns the value of attribute client_vpn_endpoint_id.

Returns:

  • (::String)


2192
2193
2194
# File 'sig/types.rbs', line 2192

def client_vpn_endpoint_id
  @client_vpn_endpoint_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2195
2196
2197
# File 'sig/types.rbs', line 2195

def description
  @description
end

#destination_cidr_block::String

Returns the value of attribute destination_cidr_block.

Returns:

  • (::String)


2193
2194
2195
# File 'sig/types.rbs', line 2193

def destination_cidr_block
  @destination_cidr_block
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2197
2198
2199
# File 'sig/types.rbs', line 2197

def dry_run
  @dry_run
end

#target_vpc_subnet_id::String

Returns the value of attribute target_vpc_subnet_id.

Returns:

  • (::String)


2194
2195
2196
# File 'sig/types.rbs', line 2194

def target_vpc_subnet_id
  @target_vpc_subnet_id
end