Class: Aws::ElasticLoadBalancingV2::Types::AddListenerCertificatesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::AddListenerCertificatesInput
- 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 add.
-
#listener_arn ⇒ String
The Amazon Resource Name (ARN) of the listener.
Instance Attribute Details
#certificates ⇒ Array<Types::Certificate>
The certificate to add. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.
111 112 113 114 115 116 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 111 class AddListenerCertificatesInput < Struct.new( :listener_arn, :certificates) SENSITIVE = [] include Aws::Structure end |
#listener_arn ⇒ String
The Amazon Resource Name (ARN) of the listener.
111 112 113 114 115 116 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 111 class AddListenerCertificatesInput < Struct.new( :listener_arn, :certificates) SENSITIVE = [] include Aws::Structure end |