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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codebuild/types.rb

Overview

Note:

When making an API call, you may pass DeleteReportInput data as a hash:

{
  arn: "NonEmptyString", # required
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the report to delete.

Returns:

  • (String)


2074
2075
2076
2077
2078
# File 'lib/aws-sdk-codebuild/types.rb', line 2074

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