Class: Aws::Types::FlaggedIpAddressDetail
- Inherits:
-
Object
- Object
- Aws::Types::FlaggedIpAddressDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
-
#reason ⇒ "AWS_THREAT_INTELLIGENCE"
Returns the value of attribute reason.
Instance Attribute Details
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
155 156 157 |
# File 'sig/types.rbs', line 155 def ip_address @ip_address end |
#reason ⇒ "AWS_THREAT_INTELLIGENCE"
Returns the value of attribute reason.
156 157 158 |
# File 'sig/types.rbs', line 156 def reason @reason end |