Class: Aws::DeviceFarm::Types::GetTestGridSessionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::GetTestGridSessionRequest
- Defined in:
- gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#project_arn ⇒ String
The ARN for the project that this session belongs to.
-
#session_arn ⇒ String
An ARN that uniquely identifies a TestGridSession.
-
#session_id ⇒ String
An ID associated with this session.
Instance Attribute Details
#project_arn ⇒ String
The ARN for the project that this session belongs to. See CreateTestGridProject and ListTestGridProjects.
2143 2144 2145 2146 2147 2148 2149 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2143 class GetTestGridSessionRequest < Struct.new( :project_arn, :session_id, :session_arn) SENSITIVE = [] include Aws::Structure end |
#session_arn ⇒ String
An ARN that uniquely identifies a TestGridSession.
2143 2144 2145 2146 2147 2148 2149 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2143 class GetTestGridSessionRequest < Struct.new( :project_arn, :session_id, :session_arn) SENSITIVE = [] include Aws::Structure end |
#session_id ⇒ String
An ID associated with this session.
2143 2144 2145 2146 2147 2148 2149 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2143 class GetTestGridSessionRequest < Struct.new( :project_arn, :session_id, :session_arn) SENSITIVE = [] include Aws::Structure end |