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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devicefarm/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:



2907
2908
2909
2910
2911
2912
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2907

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)


2907
2908
2909
2910
2911
2912
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2907

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