Class: Aws::Types::TTPsObservedDetail
- Inherits:
-
Object
- Object
- Aws::Types::TTPsObservedDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_failure_count ⇒ ::Integer
Returns the value of attribute api_failure_count.
-
#api_name ⇒ ::String
Returns the value of attribute api_name.
-
#api_success_count ⇒ ::Integer
Returns the value of attribute api_success_count.
-
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
-
#procedure ⇒ ::String
Returns the value of attribute procedure.
-
#tactic ⇒ ::String
Returns the value of attribute tactic.
-
#technique ⇒ ::String
Returns the value of attribute technique.
Instance Attribute Details
#api_failure_count ⇒ ::Integer
Returns the value of attribute api_failure_count.
456 457 458 |
# File 'sig/types.rbs', line 456 def api_failure_count @api_failure_count end |
#api_name ⇒ ::String
Returns the value of attribute api_name.
454 455 456 |
# File 'sig/types.rbs', line 454 def api_name @api_name end |
#api_success_count ⇒ ::Integer
Returns the value of attribute api_success_count.
455 456 457 |
# File 'sig/types.rbs', line 455 def api_success_count @api_success_count end |
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
453 454 455 |
# File 'sig/types.rbs', line 453 def ip_address @ip_address end |
#procedure ⇒ ::String
Returns the value of attribute procedure.
452 453 454 |
# File 'sig/types.rbs', line 452 def procedure @procedure end |
#tactic ⇒ ::String
Returns the value of attribute tactic.
450 451 452 |
# File 'sig/types.rbs', line 450 def tactic @tactic end |
#technique ⇒ ::String
Returns the value of attribute technique.
451 452 453 |
# File 'sig/types.rbs', line 451 def technique @technique end |