Class: Aws::VPCLattice::Types::GetRuleRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2467
2468
2469
2470
2471
2472
2473
# File 'lib/aws-sdk-vpclattice/types.rb', line 2467

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

#rule_identifierString

The ID or ARN of the listener rule.

Returns:

  • (String)


2467
2468
2469
2470
2471
2472
2473
# File 'lib/aws-sdk-vpclattice/types.rb', line 2467

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

#service_identifierString

The ID or ARN of the service.

Returns:

  • (String)


2467
2468
2469
2470
2471
2472
2473
# File 'lib/aws-sdk-vpclattice/types.rb', line 2467

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