Class: Aws::DocDB::Types::CertificateMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::DocDB::Types::CertificateMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-docdb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificates ⇒ Array<Types::Certificate>
A list of certificates for this Amazon Web Services account.
-
#marker ⇒ String
An optional pagination token provided if the number of records retrieved is greater than ‘MaxRecords`.
Instance Attribute Details
#certificates ⇒ Array<Types::Certificate>
A list of certificates for this Amazon Web Services account.
245 246 247 248 249 250 |
# File 'lib/aws-sdk-docdb/types.rb', line 245 class CertificateMessage < Struct.new( :certificates, :marker) SENSITIVE = [] include Aws::Structure end |
#marker ⇒ String
An optional pagination token provided if the number of records retrieved is greater than ‘MaxRecords`. If this parameter is specified, the marker specifies the next record in the list. Including the value of `Marker` in the next call to `DescribeCertificates` results in the next page of certificates.
245 246 247 248 249 250 |
# File 'lib/aws-sdk-docdb/types.rb', line 245 class CertificateMessage < Struct.new( :certificates, :marker) SENSITIVE = [] include Aws::Structure end |