Class: Aws::DocDB::Types::CertificateMessage

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificatesArray<Types::Certificate>

A list of certificates for this Amazon Web Services account.

Returns:



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

#markerString

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.

Returns:

  • (String)


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