Class: Aws::DeviceFarm::Types::UpdateProjectResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::UpdateProjectResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devicefarm/types.rb
Overview
Represents the result of an update project request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#project ⇒ Types::Project
The project to update.
Instance Attribute Details
#project ⇒ Types::Project
The project to update.
6202 6203 6204 6205 6206 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 6202 class UpdateProjectResult < Struct.new( :project) SENSITIVE = [] include Aws::Structure end |