Class: Aws::Lightsail::Types::GetCertificatesResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificatesArray<Types::CertificateSummary>

An object that describes certificates.

Returns:



6918
6919
6920
6921
6922
6923
# File 'lib/aws-sdk-lightsail/types.rb', line 6918

class GetCertificatesResult < Struct.new(
  :certificates,
  :next_page_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_page_tokenString

If ‘NextPageToken` is returned there are more results available. The value of `NextPageToken` is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.

Returns:

  • (String)


6918
6919
6920
6921
6922
6923
# File 'lib/aws-sdk-lightsail/types.rb', line 6918

class GetCertificatesResult < Struct.new(
  :certificates,
  :next_page_token)
  SENSITIVE = []
  include Aws::Structure
end