Class: Aws::CodeBuild::Types::StartSandboxInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeBuild::Types::StartSandboxInput
- Defined in:
- gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:idempotency_token]
Instance Attribute Summary collapse
-
#idempotency_token ⇒ String
A unique client token.
-
#project_name ⇒ String
The CodeBuild project name.
Instance Attribute Details
#idempotency_token ⇒ String
A unique client token.
7175 7176 7177 7178 7179 7180 |
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 7175 class StartSandboxInput < Struct.new( :project_name, :idempotency_token) SENSITIVE = [:idempotency_token] include Aws::Structure end |
#project_name ⇒ String
The CodeBuild project name.
7175 7176 7177 7178 7179 7180 |
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 7175 class StartSandboxInput < Struct.new( :project_name, :idempotency_token) SENSITIVE = [:idempotency_token] include Aws::Structure end |