Class: Aws::ElasticLoadBalancingV2::Types::RemoveListenerCertificatesInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificatesArray<Types::Certificate>

The certificate to remove. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.

Returns:



2917
2918
2919
2920
2921
2922
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 2917

class RemoveListenerCertificatesInput < Struct.new(
  :listener_arn,
  :certificates)
  SENSITIVE = []
  include Aws::Structure
end

#listener_arnString

The Amazon Resource Name (ARN) of the listener.

Returns:

  • (String)


2917
2918
2919
2920
2921
2922
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 2917

class RemoveListenerCertificatesInput < Struct.new(
  :listener_arn,
  :certificates)
  SENSITIVE = []
  include Aws::Structure
end