Class: Aws::CodeStar::Types::CreateProjectResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStar::Types::CreateProjectResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codestar/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the created project.
-
#client_request_token ⇒ String
A user- or system-generated token that identifies the entity that requested project creation.
-
#id ⇒ String
The ID of the project.
-
#project_template_id ⇒ String
Reserved for future use.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the created project.
225 226 227 228 229 230 231 232 |
# File 'lib/aws-sdk-codestar/types.rb', line 225 class CreateProjectResult < Struct.new( :id, :arn, :client_request_token, :project_template_id) SENSITIVE = [] include Aws::Structure end |
#client_request_token ⇒ String
A user- or system-generated token that identifies the entity that requested project creation.
225 226 227 228 229 230 231 232 |
# File 'lib/aws-sdk-codestar/types.rb', line 225 class CreateProjectResult < Struct.new( :id, :arn, :client_request_token, :project_template_id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the project.
225 226 227 228 229 230 231 232 |
# File 'lib/aws-sdk-codestar/types.rb', line 225 class CreateProjectResult < Struct.new( :id, :arn, :client_request_token, :project_template_id) SENSITIVE = [] include Aws::Structure end |
#project_template_id ⇒ String
Reserved for future use.
225 226 227 228 229 230 231 232 |
# File 'lib/aws-sdk-codestar/types.rb', line 225 class CreateProjectResult < Struct.new( :id, :arn, :client_request_token, :project_template_id) SENSITIVE = [] include Aws::Structure end |