Class: Aws::Types::GetDevEndpointsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dev_endpoints::Array[Types::DevEndpoint]

Returns the value of attribute dev_endpoints.

Returns:



3637
3638
3639
# File 'sig/types.rbs', line 3637

def dev_endpoints
  @dev_endpoints
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


3638
3639
3640
# File 'sig/types.rbs', line 3638

def next_token
  @next_token
end