Class: Aws::Types::DeleteLoadBalancerTlsCertificateRequest

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)


1064
1065
1066
# File 'sig/types.rbs', line 1064

def certificate_name
  @certificate_name
end

#forceBoolean

Returns the value of attribute force.

Returns:

  • (Boolean)


1065
1066
1067
# File 'sig/types.rbs', line 1065

def force
  @force
end

#load_balancer_name::String

Returns the value of attribute load_balancer_name.

Returns:

  • (::String)


1063
1064
1065
# File 'sig/types.rbs', line 1063

def load_balancer_name
  @load_balancer_name
end