Class: Aws::Types::ListDevEndpointsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dev_endpoint_names::Array[::String]

Returns the value of attribute dev_endpoint_names.

Returns:

  • (::Array[::String])


5303
5304
5305
# File 'sig/types.rbs', line 5303

def dev_endpoint_names
  @dev_endpoint_names
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


5304
5305
5306
# File 'sig/types.rbs', line 5304

def next_token
  @next_token
end