Class: Aws::CodeBuild::Types::BatchGetReportsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeBuild::Types::BatchGetReportsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codebuild/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#report_arns ⇒ Array<String>
An array of ARNs that identify the ‘Report` objects to return.
Instance Attribute Details
#report_arns ⇒ Array<String>
An array of ARNs that identify the ‘Report` objects to return.
208 209 210 211 212 |
# File 'lib/aws-sdk-codebuild/types.rb', line 208 class BatchGetReportsInput < Struct.new( :report_arns) SENSITIVE = [] include Aws::Structure end |