Class: Aws::CodeStar::Types::AssociateTeamMemberResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_tokenString

The user- or system-generated token from the initial request that can be used to repeat the request.

Returns:

  • (String)


59
60
61
62
63
# File 'gems/aws-sdk-codestar/lib/aws-sdk-codestar/types.rb', line 59

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