Class: Aws::DeviceFarm::Types::GetProjectRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-devicefarm/types.rb

Overview

Represents a request to the get project operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The project’s ARN.

Returns:

  • (String)


2025
2026
2027
2028
2029
# File 'lib/aws-sdk-devicefarm/types.rb', line 2025

class GetProjectRequest < Struct.new(
  :arn)
  SENSITIVE = []
  include Aws::Structure
end