Class: Aws::CodeCatalyst::Types::VerifySessionResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identityString

The system-generated unique ID of the user in Amazon CodeCatalyst.

Returns:

  • (String)


2193
2194
2195
2196
2197
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2193

class VerifySessionResponse < Struct.new(
  :identity)
  SENSITIVE = []
  include Aws::Structure
end