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)


2089
2090
2091
2092
2093
2094
2095
# File 'lib/aws-sdk-vpclattice/types.rb', line 2089

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

#rule_identifierString

The ID or ARN of the listener rule.

Returns:

  • (String)


2089
2090
2091
2092
2093
2094
2095
# File 'lib/aws-sdk-vpclattice/types.rb', line 2089

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

#service_identifierString

The ID or ARN of the service.

Returns:

  • (String)


2089
2090
2091
2092
2093
2094
2095
# File 'lib/aws-sdk-vpclattice/types.rb', line 2089

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