Class: Aws::Types::CreateLoadBalancerRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateLoadBalancerRequest
- 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.
-
#health_check_path ⇒ ::String
Returns the value of attribute health_check_path.
-
#instance_port ⇒ ::Integer
Returns the value of attribute instance_port.
-
#ip_address_type ⇒ "dualstack", ...
Returns the value of attribute ip_address_type.
-
#load_balancer_name ⇒ ::String
Returns the value of attribute load_balancer_name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#tls_policy_name ⇒ ::String
Returns the value of attribute tls_policy_name.
Instance Attribute Details
#certificate_alternative_names ⇒ ::Array[::String]
Returns the value of attribute certificate_alternative_names.
802 803 804 |
# File 'sig/types.rbs', line 802 def certificate_alternative_names @certificate_alternative_names end |
#certificate_domain_name ⇒ ::String
Returns the value of attribute certificate_domain_name.
801 802 803 |
# File 'sig/types.rbs', line 801 def certificate_domain_name @certificate_domain_name end |
#certificate_name ⇒ ::String
Returns the value of attribute certificate_name.
800 801 802 |
# File 'sig/types.rbs', line 800 def certificate_name @certificate_name end |
#health_check_path ⇒ ::String
Returns the value of attribute health_check_path.
799 800 801 |
# File 'sig/types.rbs', line 799 def health_check_path @health_check_path end |
#instance_port ⇒ ::Integer
Returns the value of attribute instance_port.
798 799 800 |
# File 'sig/types.rbs', line 798 def instance_port @instance_port end |
#ip_address_type ⇒ "dualstack", ...
Returns the value of attribute ip_address_type.
804 805 806 |
# File 'sig/types.rbs', line 804 def ip_address_type @ip_address_type end |
#load_balancer_name ⇒ ::String
Returns the value of attribute load_balancer_name.
797 798 799 |
# File 'sig/types.rbs', line 797 def load_balancer_name @load_balancer_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
803 804 805 |
# File 'sig/types.rbs', line 803 def @tags end |
#tls_policy_name ⇒ ::String
Returns the value of attribute tls_policy_name.
805 806 807 |
# File 'sig/types.rbs', line 805 def tls_policy_name @tls_policy_name end |