Class: Aws::ElasticLoadBalancingV2::Types::RemoveListenerCertificatesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::RemoveListenerCertificatesInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancingv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificates ⇒ Array<Types::Certificate>
The certificate to remove.
-
#listener_arn ⇒ String
The Amazon Resource Name (ARN) of the listener.
Instance Attribute Details
#certificates ⇒ Array<Types::Certificate>
The certificate to remove. You can specify one certificate per call. Set ‘CertificateArn` to the certificate ARN but do not set `IsDefault`.
2454 2455 2456 2457 2458 2459 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 2454 class RemoveListenerCertificatesInput < Struct.new( :listener_arn, :certificates) SENSITIVE = [] include Aws::Structure end |
#listener_arn ⇒ String
The Amazon Resource Name (ARN) of the listener.
2454 2455 2456 2457 2458 2459 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 2454 class RemoveListenerCertificatesInput < Struct.new( :listener_arn, :certificates) SENSITIVE = [] include Aws::Structure end |