Class: Aws::Types::RelatedFindingDetail
- Inherits:
-
Object
- Object
- Aws::Types::RelatedFindingDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
397 398 399 |
# File 'sig/types.rbs', line 397 def arn @arn end |
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
399 400 401 |
# File 'sig/types.rbs', line 399 def ip_address @ip_address end |
#type ⇒ ::String
Returns the value of attribute type.
398 399 400 |
# File 'sig/types.rbs', line 398 def type @type end |