Class: Aws::CodeCatalyst::Types::VerifySessionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCatalyst::Types::VerifySessionResponse
- Defined in:
- gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identity ⇒ String
The system-generated unique ID of the user in Amazon CodeCatalyst.
Instance Attribute Details
#identity ⇒ String
The system-generated unique ID of the user in Amazon CodeCatalyst.
2951 2952 2953 2954 2955 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2951 class VerifySessionResponse < Struct.new( :identity) SENSITIVE = [] include Aws::Structure end |