Class: Aws::DeviceFarm::Types::UpdateProjectResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::UpdateProjectResult
- Defined in:
- gems/aws-sdk-devicefarm/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.
6261 6262 6263 6264 6265 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 6261 class UpdateProjectResult < Struct.new( :project) SENSITIVE = [] include Aws::Structure end |