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:



3647
3648
3649
# File 'sig/types.rbs', line 3647

def dev_endpoints
  @dev_endpoints
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


3648
3649
3650
# File 'sig/types.rbs', line 3648

def next_token
  @next_token
end