Class: Aws::IoTSecureTunneling::Types::RotateTunnelAccessTokenRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSecureTunneling::Types::RotateTunnelAccessTokenRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsecuretunneling/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_mode ⇒ String
The mode of the client that will use the client token, which can be either the source or destination, or both source and destination.
-
#destination_config ⇒ Types::DestinationConfig
The destination configuration.
-
#tunnel_id ⇒ String
The tunnel for which you want to rotate the access tokens.
Instance Attribute Details
#client_mode ⇒ String
The mode of the client that will use the client token, which can be either the source or destination, or both source and destination.
237 238 239 240 241 242 243 |
# File 'lib/aws-sdk-iotsecuretunneling/types.rb', line 237 class RotateTunnelAccessTokenRequest < Struct.new( :tunnel_id, :client_mode, :destination_config) SENSITIVE = [] include Aws::Structure end |
#destination_config ⇒ Types::DestinationConfig
The destination configuration.
237 238 239 240 241 242 243 |
# File 'lib/aws-sdk-iotsecuretunneling/types.rb', line 237 class RotateTunnelAccessTokenRequest < Struct.new( :tunnel_id, :client_mode, :destination_config) SENSITIVE = [] include Aws::Structure end |
#tunnel_id ⇒ String
The tunnel for which you want to rotate the access tokens.
237 238 239 240 241 242 243 |
# File 'lib/aws-sdk-iotsecuretunneling/types.rb', line 237 class RotateTunnelAccessTokenRequest < Struct.new( :tunnel_id, :client_mode, :destination_config) SENSITIVE = [] include Aws::Structure end |