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.
2041 2042 2043 2044 2045 |
# File 'lib/aws-sdk-codebuild/types.rb', line 2041 class DeleteReportInput < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |