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

#uri ⇒ String

The URI of the endpoint.

Returns:

  • (String)


3775
3776
3777
3778
3779
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3775

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