Class: Aws::DeviceFarm::Types::ListInstanceProfilesResult

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

#instance_profilesArray<Types::InstanceProfile>

An object that contains information about your instance profiles.

Returns:



2862
2863
2864
2865
2866
2867
# File 'lib/aws-sdk-devicefarm/types.rb', line 2862

class ListInstanceProfilesResult < Struct.new(
  :instance_profiles,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

An identifier that can be used in the next call to this operation to return the next set of items in the list.

Returns:

  • (String)


2862
2863
2864
2865
2866
2867
# File 'lib/aws-sdk-devicefarm/types.rb', line 2862

class ListInstanceProfilesResult < Struct.new(
  :instance_profiles,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end