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

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

Overview

Summary information about a listener rule.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the rule.

Returns:

  • (String)


4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
# File 'lib/aws-sdk-vpclattice/types.rb', line 4036

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, in ISO-8601 format.

Returns:

  • (Time)


4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
# File 'lib/aws-sdk-vpclattice/types.rb', line 4036

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)


4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
# File 'lib/aws-sdk-vpclattice/types.rb', line 4036

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 listener rule.

Returns:

  • (Boolean)


4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
# File 'lib/aws-sdk-vpclattice/types.rb', line 4036

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, in ISO-8601 format.

Returns:

  • (Time)


4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
# File 'lib/aws-sdk-vpclattice/types.rb', line 4036

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)


4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
# File 'lib/aws-sdk-vpclattice/types.rb', line 4036

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)


4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
# File 'lib/aws-sdk-vpclattice/types.rb', line 4036

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