Class: Aws::Types::SetupRequest
- Inherits:
-
Object
- Object
- Aws::Types::SetupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_provider ⇒ "LetsEncrypt"
Returns the value of attribute certificate_provider.
-
#domain_names ⇒ ::Array[::String]
Returns the value of attribute domain_names.
-
#instance_name ⇒ ::String
Returns the value of attribute instance_name.
Instance Attribute Details
#certificate_provider ⇒ "LetsEncrypt"
Returns the value of attribute certificate_provider.
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.
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.
2923 2924 2925 |
# File 'sig/types.rbs', line 2923 def instance_name @instance_name end |