Class: Aws::Types::TTPsObservedDetail

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#api_failure_count::Integer

Returns the value of attribute api_failure_count.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


453
454
455
# File 'sig/types.rbs', line 453

def ip_address
  @ip_address
end

#procedure::String

Returns the value of attribute procedure.

Returns:

  • (::String)


452
453
454
# File 'sig/types.rbs', line 452

def procedure
  @procedure
end

#tactic::String

Returns the value of attribute tactic.

Returns:

  • (::String)


450
451
452
# File 'sig/types.rbs', line 450

def tactic
  @tactic
end

#technique::String

Returns the value of attribute technique.

Returns:

  • (::String)


451
452
453
# File 'sig/types.rbs', line 451

def technique
  @technique
end