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:



5934
5935
5936
5937
5938
# File 'lib/aws-sdk-codebuild/types.rb', line 5934

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