Class: Aws::RDS::Types::CertificateMessage

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

Overview

Data returned by the DescribeCertificates action.

Instance Attribute Summary collapse

Instance Attribute Details

#certificatesArray<Types::Certificate>

The list of Certificate objects for the AWS account.

Returns:



501
502
503
504
505
# File 'lib/aws-sdk-rds/types.rb', line 501

class CertificateMessage < Struct.new(
  :certificates,
  :marker)
  include Aws::Structure
end

#markerString

An optional pagination token provided by a previous DescribeCertificates request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by ‘MaxRecords` .

Returns:

  • (String)


501
502
503
504
505
# File 'lib/aws-sdk-rds/types.rb', line 501

class CertificateMessage < Struct.new(
  :certificates,
  :marker)
  include Aws::Structure
end