Class: Aws::IoTSecureTunneling::Types::RotateTunnelAccessTokenRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotsecuretunneling/lib/aws-sdk-iotsecuretunneling/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_modeString

The mode of the client that will use the client token, which can be either the source or destination, or both source and destination.

Returns:

  • (String)


237
238
239
240
241
242
243
# File 'gems/aws-sdk-iotsecuretunneling/lib/aws-sdk-iotsecuretunneling/types.rb', line 237

class RotateTunnelAccessTokenRequest < Struct.new(
  :tunnel_id,
  :client_mode,
  :destination_config)
  SENSITIVE = []
  include Aws::Structure
end

#destination_configTypes::DestinationConfig

The destination configuration.



237
238
239
240
241
242
243
# File 'gems/aws-sdk-iotsecuretunneling/lib/aws-sdk-iotsecuretunneling/types.rb', line 237

class RotateTunnelAccessTokenRequest < Struct.new(
  :tunnel_id,
  :client_mode,
  :destination_config)
  SENSITIVE = []
  include Aws::Structure
end

#tunnel_idString

The tunnel for which you want to rotate the access tokens.

Returns:

  • (String)


237
238
239
240
241
242
243
# File 'gems/aws-sdk-iotsecuretunneling/lib/aws-sdk-iotsecuretunneling/types.rb', line 237

class RotateTunnelAccessTokenRequest < Struct.new(
  :tunnel_id,
  :client_mode,
  :destination_config)
  SENSITIVE = []
  include Aws::Structure
end