Class: Aws::Types::AttachLoadBalancerTlsCertificateRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_name::String

Returns the value of attribute certificate_name.

Returns:

  • (::String)


146
147
148
# File 'sig/types.rbs', line 146

def certificate_name
  @certificate_name
end

#load_balancer_name::String

Returns the value of attribute load_balancer_name.

Returns:

  • (::String)


145
146
147
# File 'sig/types.rbs', line 145

def load_balancer_name
  @load_balancer_name
end