You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeBuild::Types::GitSubmodulesConfig

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing GitSubmodulesConfig as input to an Aws::Client method, you can use a vanilla Hash:

{
  fetch_submodules: false, # required
}

Information about the Git submodules configuration for an AWS CodeBuild build project.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#fetch_submodulesBoolean

Set to true to fetch Git submodules for your AWS CodeBuild build project.

Returns:

  • (Boolean)

    Set to true to fetch Git submodules for your AWS CodeBuild build project.