Class: Aws::Types::GetRateBasedStatementManagedKeysRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#rule_group_rule_name::String

Returns the value of attribute rule_group_rule_name.

Returns:

  • (::String)


652
653
654
# File 'sig/types.rbs', line 652

def rule_group_rule_name
  @rule_group_rule_name
end

#rule_name::String

Returns the value of attribute rule_name.

Returns:

  • (::String)


653
654
655
# File 'sig/types.rbs', line 653

def rule_name
  @rule_name
end

#scope"CLOUDFRONT", "REGIONAL"

Returns the value of attribute scope.

Returns:

  • ("CLOUDFRONT", "REGIONAL")


649
650
651
# File 'sig/types.rbs', line 649

def scope
  @scope
end

#web_acl_id::String

Returns the value of attribute web_acl_id.

Returns:

  • (::String)


651
652
653
# File 'sig/types.rbs', line 651

def web_acl_id
  @web_acl_id
end

#web_acl_name::String

Returns the value of attribute web_acl_name.

Returns:

  • (::String)


650
651
652
# File 'sig/types.rbs', line 650

def web_acl_name
  @web_acl_name
end