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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


1493
1494
1495
1496
1497
# File 'lib/aws-sdk-securityagent/types.rb', line 1493

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