Class: Aws::VPCLattice::Types::RuleSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb

Overview

Summary information about the listener rule.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the rule.

Returns:

  • (String)


2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2767

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

#created_atTime

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

Returns:

  • (Time)


2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2767

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

#idString

The ID of the rule.

Returns:

  • (String)


2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2767

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

#is_defaultBoolean

Indicates whether this is the default rule. Listener rules are created when you create a listener. Each listener has a default rule for checking connection requests.

Returns:

  • (Boolean)


2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2767

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

#last_updated_atTime

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

Returns:

  • (Time)


2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2767

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

#nameString

The name of the rule.

Returns:

  • (String)


2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2767

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

#priorityInteger

The priority of the rule.

Returns:

  • (Integer)


2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2767

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