Class: Aws::CodeBuild::Types::DeleteReportInput

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

#arnString

The ARN of the report to delete.

Returns:

  • (String)


1953
1954
1955
1956
1957
# File 'lib/aws-sdk-codebuild/types.rb', line 1953

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