Class: Aws::Lightsail::Types::GetCertificatesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::GetCertificatesRequest
- Defined in:
- gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificate_name ⇒ String
The name for the certificate for which to return information.
-
#certificate_statuses ⇒ Array<String>
The status of the certificates for which to return information.
-
#include_certificate_details ⇒ Boolean
Indicates whether to include detailed information about the certificates in the response.
Instance Attribute Details
#certificate_name ⇒ String
The name for the certificate for which to return information.
When omitted, the response includes all of your certificates in the Amazon Web Services Region where the request is made.
6867 6868 6869 6870 6871 6872 6873 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6867 class GetCertificatesRequest < Struct.new( :certificate_statuses, :include_certificate_details, :certificate_name) SENSITIVE = [] include Aws::Structure end |
#certificate_statuses ⇒ Array<String>
The status of the certificates for which to return information.
For example, specify ISSUED
to return only certificates with an
ISSUED
status.
When omitted, the response includes all of your certificates in the Amazon Web Services Region where the request is made, regardless of their current status.
6867 6868 6869 6870 6871 6872 6873 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6867 class GetCertificatesRequest < Struct.new( :certificate_statuses, :include_certificate_details, :certificate_name) SENSITIVE = [] include Aws::Structure end |
#include_certificate_details ⇒ Boolean
Indicates whether to include detailed information about the certificates in the response.
When omitted, the response includes only the certificate names, Amazon Resource Names (ARNs), domain names, and tags.
6867 6868 6869 6870 6871 6872 6873 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6867 class GetCertificatesRequest < Struct.new( :certificate_statuses, :include_certificate_details, :certificate_name) SENSITIVE = [] include Aws::Structure end |