Class: Aws::ElasticLoadBalancingV2::Types::DescribeRulesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::DescribeRulesInput
- Defined in:
- gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb
Overview
Note:
When making an API call, you may pass DescribeRulesInput data as a hash:
{
listener_arn: "ListenerArn",
rule_arns: ["RuleArn"],
marker: "Marker",
page_size: 1,
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#listener_arn ⇒ String
The Amazon Resource Name (ARN) of the listener.
-
#marker ⇒ String
The marker for the next set of results.
-
#page_size ⇒ Integer
The maximum number of results to return with this call.
-
#rule_arns ⇒ Array<String>
The Amazon Resource Names (ARN) of the rules.
Instance Attribute Details
#listener_arn ⇒ String
The Amazon Resource Name (ARN) of the listener.
1616 1617 1618 1619 1620 1621 1622 1623 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1616 class DescribeRulesInput < Struct.new( :listener_arn, :rule_arns, :marker, :page_size) SENSITIVE = [] include Aws::Structure end |
#marker ⇒ String
The marker for the next set of results. (You received this marker from a previous call.)
1616 1617 1618 1619 1620 1621 1622 1623 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1616 class DescribeRulesInput < Struct.new( :listener_arn, :rule_arns, :marker, :page_size) SENSITIVE = [] include Aws::Structure end |
#page_size ⇒ Integer
The maximum number of results to return with this call.
1616 1617 1618 1619 1620 1621 1622 1623 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1616 class DescribeRulesInput < Struct.new( :listener_arn, :rule_arns, :marker, :page_size) SENSITIVE = [] include Aws::Structure end |
#rule_arns ⇒ Array<String>
The Amazon Resource Names (ARN) of the rules.
1616 1617 1618 1619 1620 1621 1622 1623 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1616 class DescribeRulesInput < Struct.new( :listener_arn, :rule_arns, :marker, :page_size) SENSITIVE = [] include Aws::Structure end |