Class: Aws::Types::ListCertificateProvidersResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_providers::Array[Types::CertificateProviderSummary]

Returns the value of attribute certificate_providers.

Returns:



3096
3097
3098
# File 'sig/types.rbs', line 3096

def certificate_providers
  @certificate_providers
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


3097
3098
3099
# File 'sig/types.rbs', line 3097

def next_token
  @next_token
end