Class: Aws::IoTManagedIntegrations::Types::ListProvisioningProfilesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::ListProvisioningProfilesResponse
- Defined in:
- gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::ProvisioningProfileSummary>
The list of provisioning profiles.
-
#next_token ⇒ String
A token that can be used to retrieve the next set of results.
Instance Attribute Details
#items ⇒ Array<Types::ProvisioningProfileSummary>
The list of provisioning profiles.
2197 2198 2199 2200 2201 2202 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 2197 class ListProvisioningProfilesResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token that can be used to retrieve the next set of results.
2197 2198 2199 2200 2201 2202 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 2197 class ListProvisioningProfilesResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |