Class: Aws::CodeBuild::Types::BatchGetFleetsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeBuild::Types::BatchGetFleetsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codebuild/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#names ⇒ Array<String>
The names or ARNs of the compute fleets.
Instance Attribute Details
#names ⇒ Array<String>
The names or ARNs of the compute fleets.
115 116 117 118 119 |
# File 'lib/aws-sdk-codebuild/types.rb', line 115 class BatchGetFleetsInput < Struct.new( :names) SENSITIVE = [] include Aws::Structure end |