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

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

#actionTypes::RuleAction

The action for the default rule.

Returns:



2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
# File 'lib/aws-sdk-vpclattice/types.rb', line 2137

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

#arnString

The Amazon Resource Name (ARN) of the listener.

Returns:

  • (String)


2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
# File 'lib/aws-sdk-vpclattice/types.rb', line 2137

class GetRuleResponse < Struct.new(
  :action,
  :arn,
  :created_at,
  :id,
  :is_default,
  :last_updated_at,
  :match,
  :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)


2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
# File 'lib/aws-sdk-vpclattice/types.rb', line 2137

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

#idString

The ID of the listener.

Returns:

  • (String)


2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
# File 'lib/aws-sdk-vpclattice/types.rb', line 2137

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

#is_defaultBoolean

Indicates whether this is the default rule.

Returns:

  • (Boolean)


2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
# File 'lib/aws-sdk-vpclattice/types.rb', line 2137

class GetRuleResponse < Struct.new(
  :action,
  :arn,
  :created_at,
  :id,
  :is_default,
  :last_updated_at,
  :match,
  :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)


2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
# File 'lib/aws-sdk-vpclattice/types.rb', line 2137

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

#matchTypes::RuleMatch

The rule match.

Returns:



2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
# File 'lib/aws-sdk-vpclattice/types.rb', line 2137

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

#nameString

The name of the listener.

Returns:

  • (String)


2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
# File 'lib/aws-sdk-vpclattice/types.rb', line 2137

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

#priorityInteger

The priority level for the specified rule.

Returns:

  • (Integer)


2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
# File 'lib/aws-sdk-vpclattice/types.rb', line 2137

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