Class: Aws::Types::LoadBalancer

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[("HealthCheckPath" | "SessionStickinessEnabled" | "SessionStickiness_LB_CookieDurationSeconds" | "HttpsRedirectionEnabled" | "TlsPolicyName"), ::String])


2344
2345
2346
# File 'sig/types.rbs', line 2344

def configuration_options
  @configuration_options
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2340
2341
2342
# File 'sig/types.rbs', line 2340

def health_check_path
  @health_check_path
end

#https_redirection_enabledBoolean

Returns the value of attribute https_redirection_enabled.

Returns:

  • (Boolean)


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.

Returns:



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.

Returns:

  • (::Integer)


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.

Returns:

  • ("dualstack", "ipv4", "ipv6")


2345
2346
2347
# File 'sig/types.rbs', line 2345

def ip_address_type
  @ip_address_type
end

#locationTypes::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.

Returns:

  • (::String)


2329
2330
2331
# File 'sig/types.rbs', line 2329

def name
  @name
end

#protocol"HTTP_HTTPS", "HTTP"

Returns the value of attribute protocol.

Returns:

  • ("HTTP_HTTPS", "HTTP")


2338
2339
2340
# File 'sig/types.rbs', line 2338

def protocol
  @protocol
end

#public_ports::Array[::Integer]

Returns the value of attribute public_ports.

Returns:

  • (::Array[::Integer])


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.

Returns:

  • ("active", "provisioning", "active_impaired", "failed", "unknown")


2337
2338
2339
# File 'sig/types.rbs', line 2337

def state
  @state
end

#support_code::String

Returns the value of attribute support_code.

Returns:

  • (::String)


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.

Returns:



2335
2336
2337
# File 'sig/types.rbs', line 2335

def tags
  @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.

Returns:

  • (::String)


2347
2348
2349
# File 'sig/types.rbs', line 2347

def tls_policy_name
  @tls_policy_name
end