Class: Aws::DeviceFarm::Types::GetDeviceInstanceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::GetDeviceInstanceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devicefarm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the instance you’re requesting information about.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the instance you’re requesting information about.
1706 1707 1708 1709 1710 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 1706 class GetDeviceInstanceRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |