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)


1331
1332
1333
1334
1335
1336
1337
1338
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1331

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)


1331
1332
1333
1334
1335
1336
1337
1338
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1331

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)


1331
1332
1333
1334
1335
1336
1337
1338
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1331

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>)


1331
1332
1333
1334
1335
1336
1337
1338
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1331

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