Class: Aws::VPCLattice::Types::GetRuleResponse

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

#actionTypes::RuleAction

The action for the default rule.

Returns:



2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2474

class GetRuleResponse < Struct.new(
  :arn,
  :id,
  :name,
  :is_default,
  :match,
  :priority,
  :action,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

The Amazon Resource Name (ARN) of the listener.

Returns:

  • (String)


2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2474

class GetRuleResponse < Struct.new(
  :arn,
  :id,
  :name,
  :is_default,
  :match,
  :priority,
  :action,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The date and time that the listener rule was created, in ISO-8601 format.

Returns:

  • (Time)


2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2474

class GetRuleResponse < Struct.new(
  :arn,
  :id,
  :name,
  :is_default,
  :match,
  :priority,
  :action,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the listener.

Returns:

  • (String)


2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2474

class GetRuleResponse < Struct.new(
  :arn,
  :id,
  :name,
  :is_default,
  :match,
  :priority,
  :action,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#is_defaultBoolean

Indicates whether this is the default rule.

Returns:

  • (Boolean)


2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2474

class GetRuleResponse < Struct.new(
  :arn,
  :id,
  :name,
  :is_default,
  :match,
  :priority,
  :action,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_atTime

The date and time that the listener rule was last updated, in ISO-8601 format.

Returns:

  • (Time)


2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2474

class GetRuleResponse < Struct.new(
  :arn,
  :id,
  :name,
  :is_default,
  :match,
  :priority,
  :action,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#matchTypes::RuleMatch

The rule match.

Returns:



2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2474

class GetRuleResponse < Struct.new(
  :arn,
  :id,
  :name,
  :is_default,
  :match,
  :priority,
  :action,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the listener.

Returns:

  • (String)


2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2474

class GetRuleResponse < Struct.new(
  :arn,
  :id,
  :name,
  :is_default,
  :match,
  :priority,
  :action,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#priorityInteger

The priority level for the specified rule.

Returns:

  • (Integer)


2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2474

class GetRuleResponse < Struct.new(
  :arn,
  :id,
  :name,
  :is_default,
  :match,
  :priority,
  :action,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end