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:



3618
3619
3620
# File 'sig/types.rbs', line 3618

def dev_endpoints
  @dev_endpoints
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


3619
3620
3621
# File 'sig/types.rbs', line 3619

def next_token
  @next_token
end