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)


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