Class: Aws::DeviceFarm::Types::DeleteInstanceProfileRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the instance profile you are requesting to delete.

Returns:

  • (String)


956
957
958
959
960
# File 'lib/aws-sdk-devicefarm/types.rb', line 956

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