Class: Aws::Lightsail::Types::GetCertificatesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::GetCertificatesResult
- Defined in:
- gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificates ⇒ Array<Types::CertificateSummary>
An object that describes certificates.
-
#next_page_token ⇒ String
If
NextPageToken
is returned there are more results available.
Instance Attribute Details
#certificates ⇒ Array<Types::CertificateSummary>
An object that describes certificates.
6918 6919 6920 6921 6922 6923 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6918 class GetCertificatesResult < Struct.new( :certificates, :next_page_token) SENSITIVE = [] include Aws::Structure end |
#next_page_token ⇒ String
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.
6918 6919 6920 6921 6922 6923 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6918 class GetCertificatesResult < Struct.new( :certificates, :next_page_token) SENSITIVE = [] include Aws::Structure end |