Class: Aws::ElasticLoadBalancingV2::Types::DeleteRuleInput

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

#rule_arnString

The Amazon Resource Name (ARN) of the rule.

Returns:

  • (String)


990
991
992
993
994
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 990

class DeleteRuleInput < Struct.new(
  :rule_arn)
  SENSITIVE = []
  include Aws::Structure
end