Class: Aws::DeviceFarm::Types::DeleteInstanceProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::DeleteInstanceProfileRequest
- 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 profile you are requesting to delete.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the instance profile you are requesting to delete.
936 937 938 939 940 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 936 class DeleteInstanceProfileRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |