Class: Aws::Types::GetRateBasedStatementManagedKeysResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetRateBasedStatementManagedKeysResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#managed_keys_ipv4 ⇒ Types::RateBasedStatementManagedKeysIPSet
Returns the value of attribute managed_keys_ipv4.
-
#managed_keys_ipv6 ⇒ Types::RateBasedStatementManagedKeysIPSet
Returns the value of attribute managed_keys_ipv6.
Instance Attribute Details
#managed_keys_ipv4 ⇒ Types::RateBasedStatementManagedKeysIPSet
Returns the value of attribute managed_keys_ipv4.
658 659 660 |
# File 'sig/types.rbs', line 658 def managed_keys_ipv4 @managed_keys_ipv4 end |
#managed_keys_ipv6 ⇒ Types::RateBasedStatementManagedKeysIPSet
Returns the value of attribute managed_keys_ipv6.
659 660 661 |
# File 'sig/types.rbs', line 659 def managed_keys_ipv6 @managed_keys_ipv6 end |