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)


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.

Returns:

  • (::String)


1001
1002
1003
# File 'sig/types.rbs', line 1001

def description
  @description
end

#evidence::String

Returns the value of attribute evidence.

Returns:

  • (::String)


999
1000
1001
# File 'sig/types.rbs', line 999

def evidence
  @evidence
end

#operation::String

Returns the value of attribute operation.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


997
998
999
# File 'sig/types.rbs', line 997

def task_id
  @task_id
end

#uri::String

Returns the value of attribute uri.

Returns:

  • (::String)


995
996
997
# File 'sig/types.rbs', line 995

def uri
  @uri
end