Class: Aws::Types::DeleteLoadBalancerTlsCertificateRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteLoadBalancerTlsCertificateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_name ⇒ ::String
Returns the value of attribute certificate_name.
-
#force ⇒ Boolean
Returns the value of attribute force.
-
#load_balancer_name ⇒ ::String
Returns the value of attribute load_balancer_name.
Instance Attribute Details
#certificate_name ⇒ ::String
Returns the value of attribute certificate_name.
1064 1065 1066 |
# File 'sig/types.rbs', line 1064 def certificate_name @certificate_name end |
#force ⇒ Boolean
Returns the value of attribute force.
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.
1063 1064 1065 |
# File 'sig/types.rbs', line 1063 def load_balancer_name @load_balancer_name end |