Class: Aws::Types::AsnMatchStatement
- Inherits:
-
Object
- Object
- Aws::Types::AsnMatchStatement
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asn_list ⇒ ::Array[::Integer]
Returns the value of attribute asn_list.
-
#forwarded_ip_config ⇒ Types::ForwardedIPConfig
Returns the value of attribute forwarded_ip_config.
Instance Attribute Details
#asn_list ⇒ ::Array[::Integer]
Returns the value of attribute asn_list.
86 87 88 |
# File 'sig/types.rbs', line 86 def asn_list @asn_list end |
#forwarded_ip_config ⇒ Types::ForwardedIPConfig
Returns the value of attribute forwarded_ip_config.
87 88 89 |
# File 'sig/types.rbs', line 87 def forwarded_ip_config @forwarded_ip_config end |