Class: Aws::VPCLattice::Types::BatchUpdateRuleRequest

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)


86
87
88
89
90
91
92
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 86

class BatchUpdateRuleRequest < Struct.new(
  :listener_identifier,
  :rules,
  :service_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#rulesArray<Types::RuleUpdate>

The rules for the specified listener.

Returns:



86
87
88
89
90
91
92
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 86

class BatchUpdateRuleRequest < Struct.new(
  :listener_identifier,
  :rules,
  :service_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#service_identifierString

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

Returns:

  • (String)


86
87
88
89
90
91
92
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 86

class BatchUpdateRuleRequest < Struct.new(
  :listener_identifier,
  :rules,
  :service_identifier)
  SENSITIVE = []
  include Aws::Structure
end