Class: Aws::CodeBuild::Types::StartSandboxOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeBuild::Types::StartSandboxOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codebuild/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#sandbox ⇒ Types::Sandbox
Information about the requested sandbox.
Instance Attribute Details
#sandbox ⇒ Types::Sandbox
Information about the requested sandbox.
7100 7101 7102 7103 7104 |
# File 'lib/aws-sdk-codebuild/types.rb', line 7100 class StartSandboxOutput < Struct.new( :sandbox) SENSITIVE = [] include Aws::Structure end |