Class: Aws::Types::ListDiscoveredEndpointsOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#discovered_endpoints::Array[Types::DiscoveredEndpoint]

Returns the value of attribute discovered_endpoints.

Returns:



1414
1415
1416
# File 'sig/types.rbs', line 1414

def discovered_endpoints
  @discovered_endpoints
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1415
1416
1417
# File 'sig/types.rbs', line 1415

def next_token
  @next_token
end