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.
2009 2010 2011 2012 2013 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 2009 class GetProjectResult < Struct.new( :project) SENSITIVE = [] include Aws::Structure end |