Class: Aws::Types::SetupInstanceHttpsRequest
- Inherits:
-
Object
- Object
- Aws::Types::SetupInstanceHttpsRequest
- 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.
-
#email_address ⇒ ::String
Returns the value of attribute email_address.
-
#instance_name ⇒ ::String
Returns the value of attribute instance_name.
Instance Attribute Details
#certificate_provider ⇒ "LetsEncrypt"
Returns the value of attribute certificate_provider.
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.
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.
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.
2910 2911 2912 |
# File 'sig/types.rbs', line 2910 def instance_name @instance_name end |