Class: Aws::Types::BatchGetDevEndpointsResponse

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:



355
356
357
# File 'sig/types.rbs', line 355

def dev_endpoints
  @dev_endpoints
end

#dev_endpoints_not_found::Array[::String]

Returns the value of attribute dev_endpoints_not_found.

Returns:

  • (::Array[::String])


356
357
358
# File 'sig/types.rbs', line 356

def dev_endpoints_not_found
  @dev_endpoints_not_found
end