Class: Aws::Lightsail::Types::SetupRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#certificate_providerString

The Certificate Authority (CA) that issues the SSL/TLS certificate.

Returns:

  • (String)


13882
13883
13884
13885
13886
13887
13888
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13882

class SetupRequest < Struct.new(
  :instance_name,
  :domain_names,
  :certificate_provider)
  SENSITIVE = []
  include Aws::Structure
end

#domain_namesArray<String>

The name of the domain and subdomains that the SSL/TLS certificate secures.

Returns:

  • (Array<String>)


13882
13883
13884
13885
13886
13887
13888
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13882

class SetupRequest < Struct.new(
  :instance_name,
  :domain_names,
  :certificate_provider)
  SENSITIVE = []
  include Aws::Structure
end

#instance_nameString

The name of the Lightsail instance.

Returns:

  • (String)


13882
13883
13884
13885
13886
13887
13888
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13882

class SetupRequest < Struct.new(
  :instance_name,
  :domain_names,
  :certificate_provider)
  SENSITIVE = []
  include Aws::Structure
end