Class: Aws::CodeBuild::Types::UpdateReportGroupOutput

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

#report_groupTypes::ReportGroup

Information about the updated report group.

Returns:



5882
5883
5884
5885
5886
# File 'lib/aws-sdk-codebuild/types.rb', line 5882

class UpdateReportGroupOutput < Struct.new(
  :report_group)
  SENSITIVE = []
  include Aws::Structure
end