Class: Aws::Types::DiscoveredEndpoint

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_space_id::String

Returns the value of attribute agent_space_id.

Returns:

  • (::String)


980
981
982
# File 'sig/types.rbs', line 980

def agent_space_id
  @agent_space_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


983
984
985
# File 'sig/types.rbs', line 983

def description
  @description
end

#evidence::String

Returns the value of attribute evidence.

Returns:

  • (::String)


981
982
983
# File 'sig/types.rbs', line 981

def evidence
  @evidence
end

#operation::String

Returns the value of attribute operation.

Returns:

  • (::String)


982
983
984
# File 'sig/types.rbs', line 982

def operation
  @operation
end

#pentest_job_id::String

Returns the value of attribute pentest_job_id.

Returns:

  • (::String)


978
979
980
# File 'sig/types.rbs', line 978

def pentest_job_id
  @pentest_job_id
end

#task_id::String

Returns the value of attribute task_id.

Returns:

  • (::String)


979
980
981
# File 'sig/types.rbs', line 979

def task_id
  @task_id
end

#uri::String

Returns the value of attribute uri.

Returns:

  • (::String)


977
978
979
# File 'sig/types.rbs', line 977

def uri
  @uri
end