Class: Aws::Lightsail::Types::SetupInstanceHttpsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::SetupInstanceHttpsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:email_address]
Instance Attribute Summary collapse
-
#certificate_provider ⇒ String
The certificate authority that issues the SSL/TLS certificate.
-
#domain_names ⇒ Array<String>
The name of the domain and subdomains that were specified for the SSL/TLS certificate.
-
#email_address ⇒ String
The contact method for SSL/TLS certificate renewal alerts.
-
#instance_name ⇒ String
The name of the Lightsail instance.
Instance Attribute Details
#certificate_provider ⇒ String
The certificate authority that issues the SSL/TLS certificate.
13875 13876 13877 13878 13879 13880 13881 13882 |
# File 'lib/aws-sdk-lightsail/types.rb', line 13875 class SetupInstanceHttpsRequest < Struct.new( :instance_name, :email_address, :domain_names, :certificate_provider) SENSITIVE = [:email_address] include Aws::Structure end |
#domain_names ⇒ Array<String>
The name of the domain and subdomains that were specified for the SSL/TLS certificate.
13875 13876 13877 13878 13879 13880 13881 13882 |
# File 'lib/aws-sdk-lightsail/types.rb', line 13875 class SetupInstanceHttpsRequest < Struct.new( :instance_name, :email_address, :domain_names, :certificate_provider) SENSITIVE = [:email_address] include Aws::Structure end |
#email_address ⇒ String
The contact method for SSL/TLS certificate renewal alerts. You can enter one email address.
13875 13876 13877 13878 13879 13880 13881 13882 |
# File 'lib/aws-sdk-lightsail/types.rb', line 13875 class SetupInstanceHttpsRequest < Struct.new( :instance_name, :email_address, :domain_names, :certificate_provider) SENSITIVE = [:email_address] include Aws::Structure end |
#instance_name ⇒ String
The name of the Lightsail instance.
13875 13876 13877 13878 13879 13880 13881 13882 |
# File 'lib/aws-sdk-lightsail/types.rb', line 13875 class SetupInstanceHttpsRequest < Struct.new( :instance_name, :email_address, :domain_names, :certificate_provider) SENSITIVE = [:email_address] include Aws::Structure end |