Class: Aws::Types::LoadBalancer
- Inherits:
-
Object
- Object
- Aws::Types::LoadBalancer
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#configuration_options ⇒ ::Hash[("HealthCheckPath" | "SessionStickinessEnabled" | "SessionStickiness_LB_CookieDurationSeconds" | "HttpsRedirectionEnabled" | "TlsPolicyName"), ::String]
Returns the value of attribute configuration_options.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#dns_name ⇒ ::String
Returns the value of attribute dns_name.
-
#health_check_path ⇒ ::String
Returns the value of attribute health_check_path.
-
#https_redirection_enabled ⇒ Boolean
Returns the value of attribute https_redirection_enabled.
-
#instance_health_summary ⇒ ::Array[Types::InstanceHealthSummary]
Returns the value of attribute instance_health_summary.
-
#instance_port ⇒ ::Integer
Returns the value of attribute instance_port.
-
#ip_address_type ⇒ "dualstack", ...
Returns the value of attribute ip_address_type.
-
#location ⇒ Types::ResourceLocation
Returns the value of attribute location.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#protocol ⇒ "HTTP_HTTPS", "HTTP"
Returns the value of attribute protocol.
-
#public_ports ⇒ ::Array[::Integer]
Returns the value of attribute public_ports.
-
#resource_type ⇒ "ContainerService", ...
Returns the value of attribute resource_type.
-
#state ⇒ "active", ...
Returns the value of attribute state.
-
#support_code ⇒ ::String
Returns the value of attribute support_code.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#tls_certificate_summaries ⇒ ::Array[Types::LoadBalancerTlsCertificateSummary]
Returns the value of attribute tls_certificate_summaries.
-
#tls_policy_name ⇒ ::String
Returns the value of attribute tls_policy_name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
2330 2331 2332 |
# File 'sig/types.rbs', line 2330 def arn @arn end |
#configuration_options ⇒ ::Hash[("HealthCheckPath" | "SessionStickinessEnabled" | "SessionStickiness_LB_CookieDurationSeconds" | "HttpsRedirectionEnabled" | "TlsPolicyName"), ::String]
Returns the value of attribute configuration_options.
2344 2345 2346 |
# File 'sig/types.rbs', line 2344 def @configuration_options end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2332 2333 2334 |
# File 'sig/types.rbs', line 2332 def created_at @created_at end |
#dns_name ⇒ ::String
Returns the value of attribute dns_name.
2336 2337 2338 |
# File 'sig/types.rbs', line 2336 def dns_name @dns_name end |
#health_check_path ⇒ ::String
Returns the value of attribute health_check_path.
2340 2341 2342 |
# File 'sig/types.rbs', line 2340 def health_check_path @health_check_path end |
#https_redirection_enabled ⇒ Boolean
Returns the value of attribute https_redirection_enabled.
2346 2347 2348 |
# File 'sig/types.rbs', line 2346 def https_redirection_enabled @https_redirection_enabled end |
#instance_health_summary ⇒ ::Array[Types::InstanceHealthSummary]
Returns the value of attribute instance_health_summary.
2342 2343 2344 |
# File 'sig/types.rbs', line 2342 def instance_health_summary @instance_health_summary end |
#instance_port ⇒ ::Integer
Returns the value of attribute instance_port.
2341 2342 2343 |
# File 'sig/types.rbs', line 2341 def instance_port @instance_port end |
#ip_address_type ⇒ "dualstack", ...
Returns the value of attribute ip_address_type.
2345 2346 2347 |
# File 'sig/types.rbs', line 2345 def ip_address_type @ip_address_type end |
#location ⇒ Types::ResourceLocation
Returns the value of attribute location.
2333 2334 2335 |
# File 'sig/types.rbs', line 2333 def location @location end |
#name ⇒ ::String
Returns the value of attribute name.
2329 2330 2331 |
# File 'sig/types.rbs', line 2329 def name @name end |
#protocol ⇒ "HTTP_HTTPS", "HTTP"
Returns the value of attribute protocol.
2338 2339 2340 |
# File 'sig/types.rbs', line 2338 def protocol @protocol end |
#public_ports ⇒ ::Array[::Integer]
Returns the value of attribute public_ports.
2339 2340 2341 |
# File 'sig/types.rbs', line 2339 def public_ports @public_ports end |
#resource_type ⇒ "ContainerService", ...
Returns the value of attribute resource_type.
2334 2335 2336 |
# File 'sig/types.rbs', line 2334 def resource_type @resource_type end |
#state ⇒ "active", ...
Returns the value of attribute state.
2337 2338 2339 |
# File 'sig/types.rbs', line 2337 def state @state end |
#support_code ⇒ ::String
Returns the value of attribute support_code.
2331 2332 2333 |
# File 'sig/types.rbs', line 2331 def support_code @support_code end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2335 2336 2337 |
# File 'sig/types.rbs', line 2335 def @tags end |
#tls_certificate_summaries ⇒ ::Array[Types::LoadBalancerTlsCertificateSummary]
Returns the value of attribute tls_certificate_summaries.
2343 2344 2345 |
# File 'sig/types.rbs', line 2343 def tls_certificate_summaries @tls_certificate_summaries end |
#tls_policy_name ⇒ ::String
Returns the value of attribute tls_policy_name.
2347 2348 2349 |
# File 'sig/types.rbs', line 2347 def tls_policy_name @tls_policy_name end |