Class: Aws::Types::RotateTunnelAccessTokenRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_mode"SOURCE", ...

Returns the value of attribute client_mode.

Returns:

  • ("SOURCE", "DESTINATION", "ALL")


93
94
95
# File 'sig/types.rbs', line 93

def client_mode
  @client_mode
end

#destination_configTypes::DestinationConfig

Returns the value of attribute destination_config.



94
95
96
# File 'sig/types.rbs', line 94

def destination_config
  @destination_config
end

#tunnel_id::String

Returns the value of attribute tunnel_id.

Returns:

  • (::String)


92
93
94
# File 'sig/types.rbs', line 92

def tunnel_id
  @tunnel_id
end