Class: Aws::Lightsail::Types::SetupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::SetupRequest
- Defined in:
- gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb
Overview
Returns information that was submitted during the SetupInstanceHttps
request. Email information is redacted for privacy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificate_provider ⇒ String
The Certificate Authority (CA) that issues the SSL/TLS certificate.
-
#domain_names ⇒ Array<String>
The name of the domain and subdomains that the SSL/TLS certificate secures.
-
#instance_name ⇒ String
The name of the Lightsail instance.
Instance Attribute Details
#certificate_provider ⇒ String
The Certificate Authority (CA) that issues the SSL/TLS certificate.
14115 14116 14117 14118 14119 14120 14121 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 14115 class SetupRequest < Struct.new( :instance_name, :domain_names, :certificate_provider) SENSITIVE = [] include Aws::Structure end |
#domain_names ⇒ Array<String>
The name of the domain and subdomains that the SSL/TLS certificate secures.
14115 14116 14117 14118 14119 14120 14121 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 14115 class SetupRequest < Struct.new( :instance_name, :domain_names, :certificate_provider) SENSITIVE = [] include Aws::Structure end |
#instance_name ⇒ String
The name of the Lightsail instance.
14115 14116 14117 14118 14119 14120 14121 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 14115 class SetupRequest < Struct.new( :instance_name, :domain_names, :certificate_provider) SENSITIVE = [] include Aws::Structure end |