Class: Aws::Types::IPSetReferenceStatement
- Inherits:
-
Object
- Object
- Aws::Types::IPSetReferenceStatement
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#ip_set_forwarded_ip_config ⇒ Types::IPSetForwardedIPConfig
Returns the value of attribute ip_set_forwarded_ip_config.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
859 860 861 |
# File 'sig/types.rbs', line 859 def arn @arn end |
#ip_set_forwarded_ip_config ⇒ Types::IPSetForwardedIPConfig
Returns the value of attribute ip_set_forwarded_ip_config.
860 861 862 |
# File 'sig/types.rbs', line 860 def ip_set_forwarded_ip_config @ip_set_forwarded_ip_config end |