Class: Aws::Types::DiscoveredEndpoint
- Inherits:
-
Object
- Object
- Aws::Types::DiscoveredEndpoint
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#evidence ⇒ ::String
Returns the value of attribute evidence.
-
#operation ⇒ ::String
Returns the value of attribute operation.
-
#pentest_job_id ⇒ ::String
Returns the value of attribute pentest_job_id.
-
#task_id ⇒ ::String
Returns the value of attribute task_id.
-
#uri ⇒ ::String
Returns the value of attribute uri.
Instance Attribute Details
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
998 999 1000 |
# File 'sig/types.rbs', line 998 def agent_space_id @agent_space_id end |
#description ⇒ ::String
Returns the value of attribute description.
1001 1002 1003 |
# File 'sig/types.rbs', line 1001 def description @description end |
#evidence ⇒ ::String
Returns the value of attribute evidence.
999 1000 1001 |
# File 'sig/types.rbs', line 999 def evidence @evidence end |
#operation ⇒ ::String
Returns the value of attribute operation.
1000 1001 1002 |
# File 'sig/types.rbs', line 1000 def operation @operation end |
#pentest_job_id ⇒ ::String
Returns the value of attribute pentest_job_id.
996 997 998 |
# File 'sig/types.rbs', line 996 def pentest_job_id @pentest_job_id end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
997 998 999 |
# File 'sig/types.rbs', line 997 def task_id @task_id end |
#uri ⇒ ::String
Returns the value of attribute uri.
995 996 997 |
# File 'sig/types.rbs', line 995 def uri @uri end |