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:



7234
7235
7236
7237
7238
# File 'lib/aws-sdk-codebuild/types.rb', line 7234

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