Class: Aws::Types::SetupInstanceHttpsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:email_address])

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_provider"LetsEncrypt"

Returns the value of attribute certificate_provider.

Returns:

  • ("LetsEncrypt")


2913
2914
2915
# File 'sig/types.rbs', line 2913

def certificate_provider
  @certificate_provider
end

#domain_names::Array[::String]

Returns the value of attribute domain_names.

Returns:

  • (::Array[::String])


2912
2913
2914
# File 'sig/types.rbs', line 2912

def domain_names
  @domain_names
end

#email_address::String

Returns the value of attribute email_address.

Returns:

  • (::String)


2911
2912
2913
# File 'sig/types.rbs', line 2911

def email_address
  @email_address
end

#instance_name::String

Returns the value of attribute instance_name.

Returns:

  • (::String)


2910
2911
2912
# File 'sig/types.rbs', line 2910

def instance_name
  @instance_name
end