Class: Aws::RDS::Types::CertificateMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::CertificateMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rds/types.rb
Overview
Data returned by the DescribeCertificates action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificates ⇒ Array<Types::Certificate>
The list of ‘Certificate` objects for the Amazon Web Services account.
-
#marker ⇒ String
An optional pagination token provided by a previous ‘DescribeCertificates` request.
Instance Attribute Details
#certificates ⇒ Array<Types::Certificate>
The list of ‘Certificate` objects for the Amazon Web Services account.
811 812 813 814 815 816 |
# File 'lib/aws-sdk-rds/types.rb', line 811 class CertificateMessage < Struct.new( :certificates, :marker) SENSITIVE = [] include Aws::Structure end |
#marker ⇒ String
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` .
811 812 813 814 815 816 |
# File 'lib/aws-sdk-rds/types.rb', line 811 class CertificateMessage < Struct.new( :certificates, :marker) SENSITIVE = [] include Aws::Structure end |