Class: Aws::DeviceFarm::Types::CreateProjectResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::CreateProjectResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devicefarm/types.rb
Overview
Represents the result of a create project request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#project ⇒ Types::Project
The newly created project.
Instance Attribute Details
#project ⇒ Types::Project
The newly created project.
485 486 487 488 489 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 485 class CreateProjectResult < Struct.new( :project) SENSITIVE = [] include Aws::Structure end |