Class: Aws::CodeBuild::Types::DeleteReportInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeBuild::Types::DeleteReportInput
- 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
-
#arn ⇒ String
The ARN of the report to delete.
Instance Attribute Details
#arn ⇒ String
The ARN of the report to delete.
2074 2075 2076 2077 2078 |
# File 'lib/aws-sdk-codebuild/types.rb', line 2074 class DeleteReportInput < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |