Class: Aws::ElasticLoadBalancingV2::Types::DescribeRulesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::DescribeRulesInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancingv2/types.rb
Overview
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.
1438 1439 1440 1441 1442 1443 1444 1445 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1438 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.)
1438 1439 1440 1441 1442 1443 1444 1445 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1438 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.
1438 1439 1440 1441 1442 1443 1444 1445 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1438 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.
1438 1439 1440 1441 1442 1443 1444 1445 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1438 class DescribeRulesInput < Struct.new( :listener_arn, :rule_arns, :marker, :page_size) SENSITIVE = [] include Aws::Structure end |