Class: Aws::ElasticLoadBalancingV2::Types::DescribeRulesInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#listener_arnString

The Amazon Resource Name (ARN) of the listener.

Returns:

  • (String)


1268
1269
1270
1271
1272
1273
1274
1275
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1268

class DescribeRulesInput < Struct.new(
  :listener_arn,
  :rule_arns,
  :marker,
  :page_size)
  SENSITIVE = []
  include Aws::Structure
end

#markerString

The marker for the next set of results. (You received this marker from a previous call.)

Returns:

  • (String)


1268
1269
1270
1271
1272
1273
1274
1275
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1268

class DescribeRulesInput < Struct.new(
  :listener_arn,
  :rule_arns,
  :marker,
  :page_size)
  SENSITIVE = []
  include Aws::Structure
end

#page_sizeInteger

The maximum number of results to return with this call.

Returns:

  • (Integer)


1268
1269
1270
1271
1272
1273
1274
1275
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1268

class DescribeRulesInput < Struct.new(
  :listener_arn,
  :rule_arns,
  :marker,
  :page_size)
  SENSITIVE = []
  include Aws::Structure
end

#rule_arnsArray<String>

The Amazon Resource Names (ARN) of the rules.

Returns:

  • (Array<String>)


1268
1269
1270
1271
1272
1273
1274
1275
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1268

class DescribeRulesInput < Struct.new(
  :listener_arn,
  :rule_arns,
  :marker,
  :page_size)
  SENSITIVE = []
  include Aws::Structure
end