Class: Aws::IoT::Types::ListCertificateProvidersResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_providersArray<Types::CertificateProviderSummary>

The list of certificate providers in your Amazon Web Services account.



9541
9542
9543
9544
9545
9546
# File 'lib/aws-sdk-iot/types.rb', line 9541

class ListCertificateProvidersResponse < Struct.new(
  :certificate_providers,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of results, or ‘null` if there are no more results.

Returns:

  • (String)


9541
9542
9543
9544
9545
9546
# File 'lib/aws-sdk-iot/types.rb', line 9541

class ListCertificateProvidersResponse < Struct.new(
  :certificate_providers,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end