Class: Aws::CodeBuild::Types::CreateReportGroupInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codebuild/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#export_configTypes::ReportExportConfig

A ‘ReportExportConfig` object that contains information about where the report group test results are exported.



1756
1757
1758
1759
1760
1761
1762
1763
# File 'lib/aws-sdk-codebuild/types.rb', line 1756

class CreateReportGroupInput < Struct.new(
  :name,
  :type,
  :export_config,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the report group.

Returns:

  • (String)


1756
1757
1758
1759
1760
1761
1762
1763
# File 'lib/aws-sdk-codebuild/types.rb', line 1756

class CreateReportGroupInput < Struct.new(
  :name,
  :type,
  :export_config,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

A list of tag key and value pairs associated with this report group.

These tags are available for use by Amazon Web Services services that support CodeBuild report group tags.

Returns:



1756
1757
1758
1759
1760
1761
1762
1763
# File 'lib/aws-sdk-codebuild/types.rb', line 1756

class CreateReportGroupInput < Struct.new(
  :name,
  :type,
  :export_config,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of report group.

Returns:

  • (String)


1756
1757
1758
1759
1760
1761
1762
1763
# File 'lib/aws-sdk-codebuild/types.rb', line 1756

class CreateReportGroupInput < Struct.new(
  :name,
  :type,
  :export_config,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end