Class: Aws::Lightsail::Types::GetCertificatesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::GetCertificatesResult
- Includes:
- Structure
- Defined in:
- 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.
6917 6918 6919 6920 6921 6922 |
# File 'lib/aws-sdk-lightsail/types.rb', line 6917 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.
6917 6918 6919 6920 6921 6922 |
# File 'lib/aws-sdk-lightsail/types.rb', line 6917 class GetCertificatesResult < Struct.new( :certificates, :next_page_token) SENSITIVE = [] include Aws::Structure end |