Class: Aws::Types::SetupRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_provider"LetsEncrypt"

Returns the value of attribute certificate_provider.

Returns:

  • ("LetsEncrypt")


2925
2926
2927
# File 'sig/types.rbs', line 2925

def certificate_provider
  @certificate_provider
end

#domain_names::Array[::String]

Returns the value of attribute domain_names.

Returns:

  • (::Array[::String])


2924
2925
2926
# File 'sig/types.rbs', line 2924

def domain_names
  @domain_names
end

#instance_name::String

Returns the value of attribute instance_name.

Returns:

  • (::String)


2923
2924
2925
# File 'sig/types.rbs', line 2923

def instance_name
  @instance_name
end