Class: Aws::Types::ProxyRuleGroup

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


1340
1341
1342
# File 'sig/types.rbs', line 1340

def create_time
  @create_time
end

#delete_time::Time

Returns the value of attribute delete_time.

Returns:

  • (::Time)


1341
1342
1343
# File 'sig/types.rbs', line 1341

def delete_time
  @delete_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1343
1344
1345
# File 'sig/types.rbs', line 1343

def description
  @description
end

#proxy_rule_group_arn::String

Returns the value of attribute proxy_rule_group_arn.

Returns:

  • (::String)


1339
1340
1341
# File 'sig/types.rbs', line 1339

def proxy_rule_group_arn
  @proxy_rule_group_arn
end

#proxy_rule_group_name::String

Returns the value of attribute proxy_rule_group_name.

Returns:

  • (::String)


1338
1339
1340
# File 'sig/types.rbs', line 1338

def proxy_rule_group_name
  @proxy_rule_group_name
end

#rulesTypes::ProxyRulesByRequestPhase

Returns the value of attribute rules.



1342
1343
1344
# File 'sig/types.rbs', line 1342

def rules
  @rules
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1344
1345
1346
# File 'sig/types.rbs', line 1344

def tags
  @tags
end