Class: Aws::Types::ListDeviceProfilesResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#device_profile_list ⇒ ::Array[Types::DeviceProfile]

Returns the value of attribute device_profile_list.

Returns:



1125
1126
1127
# File 'sig/types.rbs', line 1125

def device_profile_list
  @device_profile_list
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1124
1125
1126
# File 'sig/types.rbs', line 1124

def next_token
  @next_token
end