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)


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.

Returns:

  • (::String)


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

def description
  @description
end

#evidence::String

Returns the value of attribute evidence.

Returns:

  • (::String)


974
975
976
# File 'sig/types.rbs', line 974

def evidence
  @evidence
end

#operation::String

Returns the value of attribute operation.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


972
973
974
# File 'sig/types.rbs', line 972

def task_id
  @task_id
end

#uri::String

Returns the value of attribute uri.

Returns:

  • (::String)


970
971
972
# File 'sig/types.rbs', line 970

def uri
  @uri
end