Class: Aws::Types::FindingActor
- Inherits:
-
Object
- Object
- Aws::Types::FindingActor
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_details ⇒ Types::DomainDetails
Returns the value of attribute domain_details.
-
#ip_address_details ⇒ Types::IpAddressDetails
Returns the value of attribute ip_address_details.
-
#user_identity ⇒ Types::UserIdentity
Returns the value of attribute user_identity.
Instance Attribute Details
#domain_details ⇒ Types::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_details ⇒ Types::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_identity ⇒ Types::UserIdentity
Returns the value of attribute user_identity.
704 705 706 |
# File 'sig/types.rbs', line 704 def user_identity @user_identity end |