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:



1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1433

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)


1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1433

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

Returns:

  • (Time)


1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1433

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)


1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1433

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)


1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1433

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

Returns:

  • (Time)


1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1433

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:



1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1433

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)


1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1433

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)


1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1433

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