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)


1362
1363
1364
# File 'sig/types.rbs', line 1362

def create_time
  @create_time
end

#delete_time::Time

Returns the value of attribute delete_time.

Returns:

  • (::Time)


1363
1364
1365
# File 'sig/types.rbs', line 1363

def delete_time
  @delete_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1365
1366
1367
# File 'sig/types.rbs', line 1365

def description
  @description
end

#proxy_rule_group_arn::String

Returns the value of attribute proxy_rule_group_arn.

Returns:

  • (::String)


1361
1362
1363
# File 'sig/types.rbs', line 1361

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)


1360
1361
1362
# File 'sig/types.rbs', line 1360

def proxy_rule_group_name
  @proxy_rule_group_name
end

#rulesTypes::ProxyRulesByRequestPhase

Returns the value of attribute rules.



1364
1365
1366
# File 'sig/types.rbs', line 1364

def rules
  @rules
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1366
1367
1368
# File 'sig/types.rbs', line 1366

def tags
  @tags
end