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.
3252 3253 3254 3255 3256 3257 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 3252 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.
3252 3253 3254 3255 3256 3257 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 3252 class ListProvisioningProfilesResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |