Class: Aws::Types::CreateLoadBalancerTlsCertificateRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateLoadBalancerTlsCertificateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_alternative_names ⇒ ::Array[::String]
Returns the value of attribute certificate_alternative_names.
-
#certificate_domain_name ⇒ ::String
Returns the value of attribute certificate_domain_name.
-
#certificate_name ⇒ ::String
Returns the value of attribute certificate_name.
-
#load_balancer_name ⇒ ::String
Returns the value of attribute load_balancer_name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#certificate_alternative_names ⇒ ::Array[::String]
Returns the value of attribute certificate_alternative_names.
818 819 820 |
# File 'sig/types.rbs', line 818 def certificate_alternative_names @certificate_alternative_names end |
#certificate_domain_name ⇒ ::String
Returns the value of attribute certificate_domain_name.
817 818 819 |
# File 'sig/types.rbs', line 817 def certificate_domain_name @certificate_domain_name end |
#certificate_name ⇒ ::String
Returns the value of attribute certificate_name.
816 817 818 |
# File 'sig/types.rbs', line 816 def certificate_name @certificate_name end |
#load_balancer_name ⇒ ::String
Returns the value of attribute load_balancer_name.
815 816 817 |
# File 'sig/types.rbs', line 815 def load_balancer_name @load_balancer_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
819 820 821 |
# File 'sig/types.rbs', line 819 def end |