Class: Aws::DeviceFarm::Types::ListInstanceProfilesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::ListInstanceProfilesResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devicefarm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_profiles ⇒ Array<Types::InstanceProfile>
An object that contains information about your instance profiles.
-
#next_token ⇒ String
An identifier that can be used in the next call to this operation to return the next set of items in the list.
Instance Attribute Details
#instance_profiles ⇒ Array<Types::InstanceProfile>
An object that contains information about your instance profiles.
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_token ⇒ String
An identifier that can be used in the next call to this operation to return the next set of items in the list.
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 |