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.
973 974 975 |
# File 'sig/types.rbs', line 973 def agent_space_id @agent_space_id end |
#description ⇒ ::String
Returns the value of attribute description.
976 977 978 |
# File 'sig/types.rbs', line 976 def description @description end |
#evidence ⇒ ::String
Returns the value of attribute evidence.
974 975 976 |
# File 'sig/types.rbs', line 974 def evidence @evidence end |
#operation ⇒ ::String
Returns the value of attribute operation.
975 976 977 |
# File 'sig/types.rbs', line 975 def operation @operation end |
#pentest_job_id ⇒ ::String
Returns the value of attribute pentest_job_id.
971 972 973 |
# File 'sig/types.rbs', line 971 def pentest_job_id @pentest_job_id end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
972 973 974 |
# File 'sig/types.rbs', line 972 def task_id @task_id end |
#uri ⇒ ::String
Returns the value of attribute uri.
970 971 972 |
# File 'sig/types.rbs', line 970 def uri @uri end |