Class: Aws::Lightsail::Types::SetupInstanceHttpsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:email_address]

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_providerString

The certificate authority that issues the SSL/TLS certificate.

Returns:

  • (String)


13843
13844
13845
13846
13847
13848
13849
13850
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13843

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

#domain_namesArray<String>

The name of the domain and subdomains that were specified for the SSL/TLS certificate.

Returns:

  • (Array<String>)


13843
13844
13845
13846
13847
13848
13849
13850
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13843

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

#email_addressString

The contact method for SSL/TLS certificate renewal alerts. You can enter one email address.

Returns:

  • (String)


13843
13844
13845
13846
13847
13848
13849
13850
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13843

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

#instance_nameString

The name of the Lightsail instance.

Returns:

  • (String)


13843
13844
13845
13846
13847
13848
13849
13850
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13843

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