Class: Aws::DeviceFarm::Types::GetProjectRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::GetProjectRequest
- Defined in:
- gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb
Overview
Represents a request to the get project operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The project's ARN.
Instance Attribute Details
#arn ⇒ String
The project's ARN.
1995 1996 1997 1998 1999 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 1995 class GetProjectRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |