Class: Aws::Lightsail::Types::SetupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::SetupRequest
- Includes:
- Structure
- Defined in:
- 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.
13914 13915 13916 13917 13918 13919 13920 |
# File 'lib/aws-sdk-lightsail/types.rb', line 13914 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.
13914 13915 13916 13917 13918 13919 13920 |
# File 'lib/aws-sdk-lightsail/types.rb', line 13914 class SetupRequest < Struct.new( :instance_name, :domain_names, :certificate_provider) SENSITIVE = [] include Aws::Structure end |
#instance_name ⇒ String
The name of the Lightsail instance.
13914 13915 13916 13917 13918 13919 13920 |
# File 'lib/aws-sdk-lightsail/types.rb', line 13914 class SetupRequest < Struct.new( :instance_name, :domain_names, :certificate_provider) SENSITIVE = [] include Aws::Structure end |