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)


14078
14079
14080
14081
14082
14083
14084
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 14078

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>)


14078
14079
14080
14081
14082
14083
14084
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 14078

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)


14078
14079
14080
14081
14082
14083
14084
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 14078

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