Class: Aws::Types::IndicatorDetail
- Inherits:
-
Object
- Object
- Aws::Types::IndicatorDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#flagged_ip_address_detail ⇒ Types::FlaggedIpAddressDetail
Returns the value of attribute flagged_ip_address_detail.
-
#impossible_travel_detail ⇒ Types::ImpossibleTravelDetail
Returns the value of attribute impossible_travel_detail.
-
#new_aso_detail ⇒ Types::NewAsoDetail
Returns the value of attribute new_aso_detail.
-
#new_geolocation_detail ⇒ Types::NewGeolocationDetail
Returns the value of attribute new_geolocation_detail.
-
#new_user_agent_detail ⇒ Types::NewUserAgentDetail
Returns the value of attribute new_user_agent_detail.
-
#related_finding_detail ⇒ Types::RelatedFindingDetail
Returns the value of attribute related_finding_detail.
-
#related_finding_group_detail ⇒ Types::RelatedFindingGroupDetail
Returns the value of attribute related_finding_group_detail.
-
#tt_ps_observed_detail ⇒ Types::TTPsObservedDetail
Returns the value of attribute tt_ps_observed_detail.
Instance Attribute Details
#flagged_ip_address_detail ⇒ Types::FlaggedIpAddressDetail
Returns the value of attribute flagged_ip_address_detail.
216 217 218 |
# File 'sig/types.rbs', line 216 def flagged_ip_address_detail @flagged_ip_address_detail end |
#impossible_travel_detail ⇒ Types::ImpossibleTravelDetail
Returns the value of attribute impossible_travel_detail.
215 216 217 |
# File 'sig/types.rbs', line 215 def impossible_travel_detail @impossible_travel_detail end |
#new_aso_detail ⇒ Types::NewAsoDetail
Returns the value of attribute new_aso_detail.
218 219 220 |
# File 'sig/types.rbs', line 218 def new_aso_detail @new_aso_detail end |
#new_geolocation_detail ⇒ Types::NewGeolocationDetail
Returns the value of attribute new_geolocation_detail.
217 218 219 |
# File 'sig/types.rbs', line 217 def new_geolocation_detail @new_geolocation_detail end |
#new_user_agent_detail ⇒ Types::NewUserAgentDetail
Returns the value of attribute new_user_agent_detail.
219 220 221 |
# File 'sig/types.rbs', line 219 def new_user_agent_detail @new_user_agent_detail end |
#related_finding_detail ⇒ Types::RelatedFindingDetail
Returns the value of attribute related_finding_detail.
220 221 222 |
# File 'sig/types.rbs', line 220 def @related_finding_detail end |
#related_finding_group_detail ⇒ Types::RelatedFindingGroupDetail
Returns the value of attribute related_finding_group_detail.
221 222 223 |
# File 'sig/types.rbs', line 221 def @related_finding_group_detail end |
#tt_ps_observed_detail ⇒ Types::TTPsObservedDetail
Returns the value of attribute tt_ps_observed_detail.
214 215 216 |
# File 'sig/types.rbs', line 214 def tt_ps_observed_detail @tt_ps_observed_detail end |