Class: Aws::Types::FindingActor

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_detailsTypes::DomainDetails

Returns the value of attribute domain_details.



702
703
704
# File 'sig/types.rbs', line 702

def domain_details
  @domain_details
end

#ip_address_detailsTypes::IpAddressDetails

Returns the value of attribute ip_address_details.



703
704
705
# File 'sig/types.rbs', line 703

def ip_address_details
  @ip_address_details
end

#user_identityTypes::UserIdentity

Returns the value of attribute user_identity.

Returns:



704
705
706
# File 'sig/types.rbs', line 704

def user_identity
  @user_identity
end