Class: Aws::WorkLink::Types::SignOutUserRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkLink::Types::SignOutUserRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-worklink/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fleet_arn ⇒ String
The ARN of the fleet.
-
#username ⇒ String
The name of the user.
Instance Attribute Details
#fleet_arn ⇒ String
The ARN of the fleet.
998 999 1000 1001 1002 1003 |
# File 'lib/aws-sdk-worklink/types.rb', line 998 class SignOutUserRequest < Struct.new( :fleet_arn, :username) SENSITIVE = [] include Aws::Structure end |
#username ⇒ String
The name of the user.
998 999 1000 1001 1002 1003 |
# File 'lib/aws-sdk-worklink/types.rb', line 998 class SignOutUserRequest < Struct.new( :fleet_arn, :username) SENSITIVE = [] include Aws::Structure end |