Class: Aws::IoT::Types::ListCertificateProvidersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListCertificateProvidersResponse
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificate_providers ⇒ Array<Types::CertificateProviderSummary>
The list of certificate providers in your Amazon Web Services account.
-
#next_token ⇒ String
The token for the next set of results, or
nullif there are no more results.
Instance Attribute Details
#certificate_providers ⇒ Array<Types::CertificateProviderSummary>
The list of certificate providers in your Amazon Web Services account.
10730 10731 10732 10733 10734 10735 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10730 class ListCertificateProvidersResponse < Struct.new( :certificate_providers, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results, or null if there are no
more results.
10730 10731 10732 10733 10734 10735 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10730 class ListCertificateProvidersResponse < Struct.new( :certificate_providers, :next_token) SENSITIVE = [] include Aws::Structure end |