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 Amazon Resource Name (ARN) of the listener.

Returns:

  • (String)


2130
2131
2132
2133
2134
2135
2136
2137
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2130

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

#max_resultsInteger

The maximum number of results to return.

Returns:

  • (Integer)


2130
2131
2132
2133
2134
2135
2136
2137
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2130

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

#next_tokenString

A pagination token for the next page of results.

Returns:

  • (String)


2130
2131
2132
2133
2134
2135
2136
2137
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2130

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

#service_identifierString

The ID or Amazon Resource Name (ARN) of the service.

Returns:

  • (String)


2130
2131
2132
2133
2134
2135
2136
2137
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2130

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