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)


3599
3600
3601
3602
3603
# File 'lib/aws-sdk-securityagent/types.rb', line 3599

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