Class: Aws::CodeStar::Types::AssociateTeamMemberResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStar::Types::AssociateTeamMemberResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codestar/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_request_token ⇒ String
The user- or system-generated token from the initial request that can be used to repeat the request.
Instance Attribute Details
#client_request_token ⇒ String
The user- or system-generated token from the initial request that can be used to repeat the request.
59 60 61 62 63 |
# File 'lib/aws-sdk-codestar/types.rb', line 59 class AssociateTeamMemberResult < Struct.new( :client_request_token) SENSITIVE = [] include Aws::Structure end |