Class: Aws::DeviceFarm::Types::GetProjectResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::GetProjectResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devicefarm/types.rb
Overview
Represents the result of a get project request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#project ⇒ Types::Project
The project to get information about.
Instance Attribute Details
#project ⇒ Types::Project
The project to get information about.
2006 2007 2008 2009 2010 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 2006 class GetProjectResult < Struct.new( :project) SENSITIVE = [] include Aws::Structure end |