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