Class: Aws::SecurityAgent::Types::Endpoint

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb

Overview

Represents a target endpoint for penetration testing.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#uriString

The URI of the endpoint.

Returns:

  • (String)


2147
2148
2149
2150
2151
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 2147

class Endpoint < Struct.new(
  :uri)
  SENSITIVE = []
  include Aws::Structure
end