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)


1964
1965
1966
1967
1968
# File 'lib/aws-sdk-codebuild/types.rb', line 1964

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