Class: Aws::CodeBuild::Types::DeleteReportInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeBuild::Types::DeleteReportInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codebuild/types.rb
Overview
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.
2355 2356 2357 2358 2359 |
# File 'lib/aws-sdk-codebuild/types.rb', line 2355 class DeleteReportInput < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |