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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lightsail/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:



7078
7079
7080
7081
7082
7083
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 7078

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)


7078
7079
7080
7081
7082
7083
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 7078

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