Class: Aws::DatabaseMigrationService::Types::DescribeCertificatesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::DescribeCertificatesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificates ⇒ Array<Types::Certificate>
The Secure Sockets Layer (SSL) certificates associated with the replication instance.
-
#marker ⇒ String
The pagination token.
Instance Attribute Details
#certificates ⇒ Array<Types::Certificate>
The Secure Sockets Layer (SSL) certificates associated with the replication instance.
2871 2872 2873 2874 2875 2876 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 2871 class DescribeCertificatesResponse < Struct.new( :marker, :certificates) SENSITIVE = [] include Aws::Structure end |
#marker ⇒ String
The pagination token.
2871 2872 2873 2874 2875 2876 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 2871 class DescribeCertificatesResponse < Struct.new( :marker, :certificates) SENSITIVE = [] include Aws::Structure end |