Class: Aws::VPCLattice::Types::ListRulesRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#listener_identifierString

The ID or ARN of the listener.

Returns:

  • (String)


3489
3490
3491
3492
3493
3494
3495
3496
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3489

class ListRulesRequest < Struct.new(
  :service_identifier,
  :listener_identifier,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return.

Returns:

  • (Integer)


3489
3490
3491
3492
3493
3494
3495
3496
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3489

class ListRulesRequest < Struct.new(
  :service_identifier,
  :listener_identifier,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A pagination token for the next page of results.

Returns:

  • (String)


3489
3490
3491
3492
3493
3494
3495
3496
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3489

class ListRulesRequest < Struct.new(
  :service_identifier,
  :listener_identifier,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#service_identifierString

The ID or ARN of the service.

Returns:

  • (String)


3489
3490
3491
3492
3493
3494
3495
3496
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3489

class ListRulesRequest < Struct.new(
  :service_identifier,
  :listener_identifier,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end